Using Liquibase with MySQL I want to set the sql_mode variable for the liquibase client. Is there a way to do this? I want to be able to set this variable so that liquibase updates can run correctly if a sql_mode needs to be set as a pre-requisite.
https://dev.mysql.com/doc/refman/5.7/en/sql-mode.html
This is a spin off question from another post I made: Liquibase generate-changelog doesn't work with MySQL - #2 by PJatLiquibase