summaryrefslogtreecommitdiff
path: root/tests/test9.cpp
AgeCommit message (Collapse)Author
2012-05-17fix for Linux >=3.1Andreas Baumann
fixed an illegal pointer cast in test9
2011-03-21tested on Windows 7 64-bit with VC8 (Platform SDK 7.0)U-Andreas-PC\Andreas
fixed bug in test9
2010-09-06added assertion for test 9Andreas Baumann
2010-09-06fixed test9, works nowAndreas Baumann
2010-09-06some more places are handling SQLITE_BUSY correctly now, test9Andreas Baumann
still breaks under heavy load
2010-09-06more cleanup in exceptions, added a database_locked exception,Andreas Baumann
now we must fix the code to throw this exception all the time and not do funny sleeps in the middle of the sqlitexx layer!
2010-09-05revised exception hierarchy, following more the pqxx ideasAndreas Baumann
2010-09-04some fixes for unsigned int parameters for prepared statementsAndreas Baumann
2010-09-03more testingAndreas Baumann
2010-09-02added a threading test 9, but not working yetAndreas Baumann
2010-08-28trying qtcreatorAndreas Baumann
2010-08-28fixed test 8 db and started a test 9 for multi-threadingAndreas Baumann