Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Not a Bug
-
10.3.8
Description
CREATE SEQUENCE "SQ_TEST2" MINVALUE 1 MAXVALUE 99999999999999999 INCREMENT BY 1;
The MAXVALUE in this case causes error in MariaDB Server with Oracle Compatibility mode - it works in ORACLE.