summaryrefslogtreecommitdiff
path: root/ext/sqlite3/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #47678 - Allow loadExtension to be disabled in SQLite3Scott MacVicar2009-03-171-1/+7
* MFB: The constructor should also throw exceptions, make this semi useful now.Scott MacVicar2009-02-102-11/+13
* Forgot test for the last commitScott MacVicar2009-01-241-0/+50
* Fix bug #47159 - Any SQLite3 statement prepared should be added to the freelistScott MacVicar2009-01-201-0/+26
* Stop using sqlite3_aggregate_count() as this is now deprecated.Scott MacVicar2008-12-241-1/+1
* - Fixed memory leaks in createFunction and createAggregate methodsFelipe Pena2008-11-281-0/+29
* fix testAntony Dovgal2008-11-261-1/+1
* Tests for SQLite3Stmt::paramCount().Felix De Vliegher2008-10-292-0/+105
* SQLite3::escapeString can be static as it doesn't rely on an instance of SQLiteScott MacVicar2008-09-301-1/+1
* - Fixed testFelipe Pena2008-08-121-1/+1
* - Fixed bug #45798 (sqlite3 doesn't notice if variable was bound)Felipe Pena2008-08-121-0/+32
* Fix test on WindowsScott MacVicar2008-08-061-1/+1
* MFB: Update coding standards and fix a test, this was already in 5.3 alpha 1Scott MacVicar2008-08-062-7/+9
* fix skipifHannes Magnusson2008-08-011-1/+1
* Add freelist for tracking sqlite statements to free on implicit SQLite3::close()Scott MacVicar2008-07-291-4/+6
* - Fix EOLsJani Taskinen2008-07-282-3/+2
* *sigh*Jani Taskinen2008-07-272-98/+0
* jfc..*SIGH*Jani Taskinen2008-07-268-308/+0
* SQLite3 extension, still has 2 failing tests that will be sorted shortly.Scott MacVicar2008-07-2541-0/+1740