Details
Description
Running the following statement
CREATE PROCEDURE sp1() CREATE SEQUENCE s1 START WITH 300 INCREMENT BY 30 RESTART; |
result in assertion failure in destructor of the class sp_head
Running the following statement
CREATE PROCEDURE sp1() CREATE SEQUENCE s1 START WITH 300 INCREMENT BY 30 RESTART; |
result in assertion failure in destructor of the class sp_head