nemux commented on issue #757: escape all `grouping` in SQL files for MySQL 8 compatibility URL: https://github.com/apache/fineract/pull/757#issuecomment-615488050 I started this, during my testing it seems to work fine (CRUD operations over entities) but i think it need to be tested deeply to be shure that nothing is break. One little observation, in when you specify the schema name in the query, you need to add the string ?serverTimezone=UTC this in in files: fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/boot/db/DataSourceProperties.java line 51  and I created he file fineract-provider/src/main/resources/sql/migrations/list_db/V1_2__updated_connection_string_option.sql  Originally in https://github.com/apache/fineract/pull/638
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
