Applies to:
- Liquibase Pro
- Liquibase Open Source (Community)
Conditions:
- Liquibase versions
- 4.10
- 4.11
- 4.12
- 4.13
Issue Summary:
When attempting to deploy a formatted SQL changeset, an error will occur that will prevents the changeset from being deployed when the word "property," followed by a value, is in the file.
Error Message:
Unexpected formatting at line . Formatted SQL changelogs require known formats, such as '--property name= value=' and others to be recognized and run.
Root Cause:
There was a bug that was present in version 4.10 through version 4.13 that occurred when the word "property," followed by another word, was in a Liquibase Formatted SQL file as a comment.
Example:
-- set the property to false
Resolution:
To resolve this error perform one of the following:
- Upgrade to a Liquibase version 4.14 or higher
- Remove the word "property" from the SQL file
Comments
0 comments
Article is closed for comments.