When The queries are made, the columns names are all lowercased, and it doesn’t work! it seems this is because Liquibase adds quotes around camelCased column names so there are not case insensitive.
I see I have to extend this class to change the default behavior. But since you can’t use the “databaseClassName” other than by command line (and I think that parameter doesn’t even exist anymore in 2.0.X ?), I guess I have to add my custom class to a “liquibase.database.ext” package.
I tried adding the custom class to the liquibase project itself? But how can I do that since I use a Maven dependency?