Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.5.16
-
Fix Version/s: 2.5.17
-
Component/s: Core
-
Labels: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'; |