Re: [h2] Persistence Issues w/ Auto-Commit = false

2024-08-28 Thread Noel Grandin
On 8/28/2024 10:38 PM, Matt Hicks wrote: I'm sharing a single Connection to a file instance of H2 with auto-commit set to false in embedded mode. Everything Turn on tracing/logging and see if any problem is being reported. -- You received this message because you are subscribed to the Google

[h2] Persistence Issues w/ Auto-Commit = false

2024-08-28 Thread Matt Hicks
I'm sharing a single Connection to a file instance of H2 with auto-commit set to false in embedded mode. Everything seems to work fine and I make sure to call connection.commit() after doing any work. However, frequently, I'm finding that when I stop the database and start it back up, data some