mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 18:20:26 +01:00
88c4958032
* 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> |
||
---|---|---|
.. | ||
src | ||
CMakeLists.txt | ||
Makefile | ||
TestSuite_vs160.vcxproj | ||
TestSuite_vs160.vcxproj.filters | ||
TestSuite_vs170.vcxproj | ||
TestSuite_vs170.vcxproj.filters | ||
TestSuite_VS90.vcproj | ||
TestSuite.progen |