Re: [h2] Autonomous commit - commit single savepoint or transaction

2021-07-24 Thread Noel Grandin
you're going to need to use two connections to achieve that -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to h2-database+unsubscr...@googlegroups.com. To view this

[h2] Autonomous commit - commit single savepoint or transaction

2021-07-23 Thread Mat M
I'm working on a legacy Java application using H2 to save and store data, and have to add an autonomous commit for a single record between savepoints. The scenario is as follows: 1. screen 1 creates savepoint 1 and allows inserts/updates and rollback to savepoint 1 2. screen 2 accessed from scre