Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
After upgdade of Maria ODBC to version 3.2.3 we are getting following error messages for multiple queries using Mysql 5.7.
Previous ODBC version 3.1.2, was working without problem.
SELECT *
|
FROM information_schema.collations
|
INNER JOIN information_schema.character_sets USING (character_set_name)
|
ORDER BY collation_name , character_set_name, ErrorMessage: ERROR [42000] [ma-3.2.3]You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'WHERE @@sql_mode LIKE '%ansi_quotes%'' at line 1 |
Could be related to EOL of MySql 5.7 - October 21, 2023?