You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issues like #491 are still encountered even when liquibase.percona.defaultOn=false (and the changeset-specific usePercona property is not set or set to false). In this case the expected behavior should instead be identical to FormattedSqlChangeLogParser, and to avoid any logic that may modify the changeset.
The text was updated successfully, but these errors were encountered:
* Effectively disable sql parser when defaultOn=false
* Use RestoreSystemPropertiesExtension, assert RawSQLChange class
---------
Co-authored-by: Andreas Dangel <[email protected]>
Issues like #491 are still encountered even when
liquibase.percona.defaultOn=false
(and the changeset-specific usePercona property is not set or set to false). In this case the expected behavior should instead be identical to FormattedSqlChangeLogParser, and to avoid any logic that may modify the changeset.The text was updated successfully, but these errors were encountered: