[h2] Re: Table not found after ALTER table - leftover "_COPY_" table

2022-06-23 Thread Shubham kapoor
Hi, Were you able to find the cause as I am also getting the same issue in my application. Thanks, Shubham On Monday, 1 March 2021 at 16:22:44 UTC+5:30 jackp...@gmail.com wrote: > Hi, just wondered if there were any more thoughts? > > On Thursday, 4 February 2021 at 16:04:58 UTC

[h2] Re: Table not found after ALTER table - leftover "_COPY_" table

2021-03-01 Thread jackp...@gmail.com
Hi, just wondered if there were any more thoughts? On Thursday, 4 February 2021 at 16:04:58 UTC jackp...@gmail.com wrote: > Apologies, I had already tried this in the environment the database was > created with, using H2 1.4.199 and got the following error: > 2021-01-25 14:57:04,226 ERROR main

[h2] Re: Table not found after ALTER table - leftover "_COPY_" table

2021-02-04 Thread jackp...@gmail.com
Apologies, I had already tried this in the environment the database was created with, using H2 1.4.199 and got the following error: 2021-01-25 14:57:04,226 ERROR main h2database - mydatabase:database opening mydatabase org.h2.message.DbException: Table "FRUITS" not found [42102-199] at

[h2] Re: Table not found after ALTER table - leftover "_COPY_" table

2021-02-04 Thread Evgenij Ryazanov
Hello. Error code 42102-200 is from H2 1.4.200, you should not try to use both 1.4.199 and 1.4.200 with the same database file. If you have a database with corrupted metadata, you can add ;DATABASE_EVENT_LISTENER='path.to.Listener' to the connection url, where path.to.Listener is a