-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Milestone
Description
Hi all.
I am working on a personal project using DB connection both to SQLite and PostgreSQL. Due to nature of some insert statements, serializable transactions are required.
As far as I understood by reading Poco source code, PostgreSQL session implementation handles all kinds of transactions, while SQLite session implementation handles only Read committed one.
Moreover I read SQLite project documentation and it seems (if I didn't misunderstood) that SQLite handles serializable transactions if proper compile-time and run-time options are used.
I was wondering:
- if limitations to SQLite transactions in Poco library are due to historical or security reasons
- should it be possible handling all types of transactions in SQLite session implementation?
Thanks in advance.
Best things.
Metadata
Metadata
Assignees
Type
Projects
Status
Done