poco/Data/SQLite/testsuite
Aleksandar Fabijanic 88c4958032
Serializable Isolation level for SQLite Databases (#4693)
* fix #4536
I've add transaction isolation support for SQLite
Warning! SQLite transactions are [serializable by design](https://
www.sqlite.org/isolation.html) but my implementation retuns false in
function hasTransactionIsolation and throw an exception in
setTransactionIsolation

* disable shared cache in TearDown()

* chore(doc): reword documentation

* we should waitresult of select before rollback (#4718)

---------

Co-authored-by: Alexander B <ale.bychuk@gmail.com>
2024-10-10 10:41:02 +02:00
..
src Serializable Isolation level for SQLite Databases (#4693) 2024-10-10 10:41:02 +02:00
CMakeLists.txt fix(DataTest): move to Data directory 2024-02-19 15:15:48 +01:00
Makefile fix(SQLParser): move to Data dir; add extradirs, remove vs 140,150 build scripts generation 2024-02-14 00:23:38 +01:00
TestSuite_vs160.vcxproj chore(build): re-generated VS project files 2024-04-03 12:33:13 +02:00
TestSuite_vs160.vcxproj.filters chore(build): re-generated VS project files 2024-04-03 12:33:13 +02:00
TestSuite_vs170.vcxproj 4529 sql logger shutdown (#4530) 2024-07-16 20:03:32 +02:00
TestSuite_vs170.vcxproj.filters chore(build): re-generated VS project files 2024-04-03 12:33:13 +02:00
TestSuite_VS90.vcproj fix(SQLParser): move to Data dir; add extradirs, remove vs 140,150 build scripts generation 2024-02-14 00:23:38 +01:00
TestSuite.progen enh(build): vcpkg support, cleanup/consistency 2024-04-03 09:20:14 +02:00