#3564 Fix for nested transaction with batch-mode does not flush by rbygrave · Pull Request #3565 · ebean-orm/ebean

and others added 3 commits

February 13, 2025 09:43
Update the test to show that we desire the nested transaction changes to be "visible" after a commit regardless of flushOnQuery etc
- Adds flush() into ScopeTrans.commitTransaction()
- Related fixes in DefaultServer execute() and executeCall() where it was performing extra unnecessary nesting on PersistenceException

@rbygrave