Hi, Sequences that belong to a table are dropped when the table is dropped. There is a "drop table.." statement. Therefore, there is no need to add an explicit "drop sequence" statement.
> Sequence > "SYSTEM_SEQUENCE_A3D5D1C9_0283_46D7_9D10_617C05F892DB" already exists; Does your script contain the DROP TABLE statement for the given table? What version of H2 do you use? Could you provide a reproducible test case? Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
