Hi, same exact problem for me with Oracle, liquibase version 3.0.2.
Moreover, a similar error happens using single-line comment like
– hello
and the error decription more or less says the “hello” is not a liquibase command.
All this seems to happen only if the .sql file is referenced by an xml database change log; if calling directly the .sql file from the updateDatabase ant task works fine
Suggestions?
Thanks
PS: workarounding this by avoiding to insert comments in the SQL scripts is possible and works, but not so nice … any better solution is welcome