I have a same problem with a SQLite-DB.
When I rollback or commit a transaction, the system keeps busy for 3-4 minutes.
The whole application is frozen at this time.
I'm using a local database.
I think the rollback or commit statement starts a new thread for it's execution. So the function will finish it's work, but before the function returns it waits for the database-thread to finish.
Bookmarks