Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.5.16
-
None
Description
The following SQL statement doesn't cause the SQL_MODE in MaxScale to change to ORACLE:
SET SQL_MODE='ORACLE,ANSI_QUOTES'; |
Changing the order of the values causes it to be detected:
SET SQL_MODE='ANSI_QUOTES,ORACLE'; |