Hello.
I’m using liquibase 4.20 and got strange behaviour when using changetype sqlFile:
I mistakenly typed dbms: ‘postgres’ instead of dbms: ‘postgresql’ in my changesets.
And liquibase update ran without errors and even wrote records in databasechangelog about successful execution. But there were no objects created(obviously).
I don’t think this is good behaviour.
@aleksei543 is it possible to test this with a recent version of Liquibase (currently latest is 4.29.2). When I test with the latest version running a command that requires a connection, I get a runtime error with the following error:
Driver class was not specified and could not be determined from the url (jdbc:postgres://mydemourl.com)
Hey, Admah. Thank you for the reply.
But i meant another property, sqlFile , table " Available attributes", attribute dbms
here is example of changeset: