summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2014-06-11Merge branch 'master' of github.com:andreasbaumann/sqlitexxAndreas Baumann
Conflicts: src/port/sys_internal.h
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-15disabled test9 on Windows (can't work because we stress the BUSY state too much,Andreas Baumann
we need a specialized test for windows stressing sqlite3 less)
2010-09-15made leak in test3 more transparentAndreas Baumann
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-03small fixes for threading test on WindowsAndreas 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
2010-04-14update integrated Windows sqlite to 3.6.23.1Andreas Baumann
added config.mk for windows, so we can set the sqlite version and the location of the Windows platform SDK in one place
2010-02-13imported trunk from sourceforge SVNAndreas Baumann