-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
I want to start a SQLite transaction in Session using BEGIN EXCLUSIVE. However in SessionImpl begin is hard-coded to use BEGIN DEFERRED and there is currently no way to change that.
Would you accept a pull request with a function, which allows to specify the transaction mode used by the Session object? If so, what would be the proposed API for doing it in order it to be consistent with the rest of the POCO library?
Reactions are currently unavailable