I'm sorry. I can't reproduce the situation.. I had lost the backup.sql. And newly created backup.sql has no error. Maybe I had forgot "-options drop" to the command.. Maybe conflicting other user's operation.. (The database is running with "AUTO_SERVER=TRUE" and it is under developing and testing by several developers.)
I'm terribly sorry for careless post. On Sep 15, 4:12 am, Thomas Mueller <[email protected]> wrote: > 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.
