Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.0.6
-
Fix Version/s: None
-
Component/s: Platforms
-
Labels:None
Description
Hi community,
Today I tried to generate Oracle's sequences with "NOCACHE", but I checked that method "getCreateSequenceSQL" don't accept. Can we improvement this method to allow? Below an example of the sintaxe:
CREATE SEQUENCE seq_test START WITH 1 INCREMENT BY 1 NOCACHE