manticore-projects
manticore-projects
Please allow me to ask: are there any plans to work on that? Would you like to roll back at least the "fix" -- at least to me, the cure...
Dear Andrei, thanks for helping, please see attached. [ifrsbox_stress.trace.zip](https://github.com/h2database/h2database/files/7032215/ifrsbox_stress.trace.zip)
Andrei, your kind input is much appreciated. Yes, what you describe is possible and even likely. The DB runs as server with two tasks: a) catering a long and heavy...
During the night I shut down the DB, closed the server and restarted everything a fresh. But still get errors: `Caused by: org.h2.jdbc.JdbcSQLTransientException: Concurrent update in table "SYS": another transaction...
Please allow me to ask a question: Why won't the `duplicate transaction` not just get discarded when opening the Database?
`EXPORT to SQL Script` does not work with `org.h2.mvstore.MVStoreException: Chunk 797 not found [2.0.201/9]`. `RECOVER` creates the `*.h2.sql` correctly (at least there are no errors), but then `RUNSCRIPT` fails with...
Thanks a lot Andrei. I indeed went back to the latest backup and I also engage `;FILE_LOCK=FILE` in all my connections now. **Question:** should `;FILE_LOCK=FILE` (or any other mechanism securing...
Andrei, I still face serious challenges: I have a database which has been created with 2.0.201 last year. I have exported this DB to SQL script with exactly this H2...
Migrating a lot of similar databases, I observe the following issue reliably: 1) Export valid H2 2.0.201 DB to SQL Script 2) Create new H2 2.0.201 Latest GIT DB from...
On Mon, 2021-06-28 at 05:40 -0700, PashaTurok wrote: > @grandinj I provided test with java, sql and jdbc. Your test case depends on an Abstraction Layer and you have been...