Hi, Could you post the complete stack trace and error message please? You removed the error code.
> Yes, Created on 1.2.121 and currently using 1.2.132 and trying to > delete bunch of rows, Did you convert the database to version 1.2.132 using SCRIPT / RUNSCRIPT? To find out, run the query: select * from information_schema.settings where name = 'CREATE_BUILD'; If the database was created using version 1.2.121, you will get 121. For version 1.2.132, you will get 132. If it was created with 1.2.121, could you convert it using SCRIPT / RUNSCRIPT to version 1.2.132 and try again? If not, could you 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.
