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.
austinrutherford I have tried it with 10.4.6 and could not see an issue. Can you test it again?