-
Bug
-
Resolution: Done
-
Major
-
2.0.0.Final
-
None
Not sure which statement exactly, but the following DDL cause the sequencer to loop forever:
ALTER TABLE table_name ADD (COLUMN column1_name INTEGER NOT NULL, COLUMN column2_name, VARCHAR(25))
ALTER TABLE table_name ADD column_name INTEGER NOT NULL DEFAref_table_nameULT (25)
This DDL was copied from the alterTables.ddl file in the project's test resources folder.