Commit Graph

25 Commits

Author SHA1 Message Date
Zoe Slattery
392f70ecbe fix tests 2009-07-17 09:25:13 +00:00
Scott MacVicar
3474172eb9 Change more things to the UTF-16 API and make SQLite3::enableExceptions() return the previous value. 2009-06-08 02:15:42 +00:00
Kalle Sommer Nielsen
f0ef25edce Fix test on Windows 2009-05-22 18:27:27 +00:00
Kalle Sommer Nielsen
7342443074 Added missing SKIPIF 2009-05-22 18:22:15 +00:00
Hannes Magnusson
9cbd6d638c Fix test 2009-05-18 13:52:05 +00:00
Felipe Pena
23ee8e9013 - New tests (testfest BelgiumUG) 2009-05-17 16:51:22 +00:00
Scott MacVicar
719ba687c0 Fix bug #47678 - Allow loadExtension to be disabled in SQLite3 2009-03-17 02:42:41 +00:00
Scott MacVicar
cf8d87306f MFB: The constructor should also throw exceptions, make this semi useful now. 2009-02-10 00:44:09 +00:00
Scott MacVicar
821e562d6e Forgot test for the last commit 2009-01-24 12:17:30 +00:00
Scott MacVicar
32bee5293d Fix bug #47159 - Any SQLite3 statement prepared should be added to the freelist 2009-01-20 09:57:26 +00:00
Scott MacVicar
aaa89d7adb Stop using sqlite3_aggregate_count() as this is now deprecated. 2008-12-24 19:21:42 +00:00
Felipe Pena
a8d6e81434 - Fixed memory leaks in createFunction and createAggregate methods 2008-11-28 15:36:34 +00:00
Antony Dovgal
3c06283750 fix test 2008-11-26 11:30:42 +00:00
Felix De Vliegher
1c88dd1fa9 Tests for SQLite3Stmt::paramCount(). 2008-10-29 22:35:52 +00:00
Scott MacVicar
6c419ece68 SQLite3::escapeString can be static as it doesn't rely on an instance of SQLite 2008-09-30 11:13:43 +00:00
Felipe Pena
cd57c8d974 - Fixed test 2008-08-12 14:10:44 +00:00
Felipe Pena
98c445c971 - Fixed bug #45798 (sqlite3 doesn't notice if variable was bound) 2008-08-12 13:32:30 +00:00
Scott MacVicar
80e789b4af Fix test on Windows 2008-08-06 14:07:20 +00:00
Scott MacVicar
3fbc4de93a MFB: Update coding standards and fix a test, this was already in 5.3 alpha 1 2008-08-06 14:02:44 +00:00
Hannes Magnusson
6894772e55 fix skipif 2008-08-01 08:02:06 +00:00
Scott MacVicar
bc50a9772c Add freelist for tracking sqlite statements to free on implicit SQLite3::close() 2008-07-29 00:56:22 +00:00
Jani Taskinen
142b3d5c92 - Fix EOLs 2008-07-28 12:01:57 +00:00
Jani Taskinen
280de2941d *sigh* 2008-07-27 00:07:30 +00:00
Jani Taskinen
cca6f5a2f8 jfc..*SIGH* 2008-07-26 23:45:02 +00:00
Scott MacVicar
f591e9076d SQLite3 extension, still has 2 failing tests that will be sorted shortly. 2008-07-25 21:34:15 +00:00