32 Commits (7b2eeea2b43b42ba85342e40cbb25975113649fa)

Author SHA1 Message Date
Pierre Joye d6a6c1892b - add skipif 15 years ago
Pierre Joye 95aefb0114 - add skipif 15 years ago
Rasmus Lerdorf bf3bb1efbe Fix another broken test. root can read 0200 files. 15 years ago
Felipe Pena d3e6f27a76 - Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a reference. 15 years ago
Scott MacVicar c9c0de49a8 Add SQLite3_Stmt::readOnly for checking if a statement is read only 15 years ago
Felipe Pena 26d7aafb1a - Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number) 15 years ago
Patrick Allaert e2e76d40e3 - Fixed tests not passing under windows because of the directory separator 15 years ago
Johannes Schlüter 3a5323e9ee Berkeley DB 5's SQL frontend gives a slightly different error than libsqlite 16 years ago
Kalle Sommer Nielsen dd8e59da8f Removed safe_mode 16 years ago
Zoe Slattery 4e0b75042a fix tests 17 years ago
Zoe Slattery 392f70ecbe fix tests 17 years ago
Scott MacVicar 40521699ce MFH make SQLite3::enableExceptions() return the previous value. 17 years ago
Scott MacVicar 3474172eb9 Change more things to the UTF-16 API and make SQLite3::enableExceptions() return the previous value. 17 years ago
Kalle Sommer Nielsen 4d855122a5 MFH: Fix test on Windows 17 years ago
Kalle Sommer Nielsen f0ef25edce Fix test on Windows 17 years ago
Kalle Sommer Nielsen 7852108cce MFH: Added missing SKIPIF 17 years ago
Kalle Sommer Nielsen 7342443074 Added missing SKIPIF 17 years ago
Hannes Magnusson ebf4c8ddb8 Fix test 17 years ago
Hannes Magnusson 9cbd6d638c Fix test 17 years ago
Felipe Pena b5cec43162 - New tests (testfest BelgiumUG) 17 years ago
Felipe Pena 23ee8e9013 - New tests (testfest BelgiumUG) 17 years ago
Scott MacVicar bc486b4c7e MFH Fix bug #47678 - Allow loadExtension to be disabled in SQLite3 17 years ago
Scott MacVicar 719ba687c0 Fix bug #47678 - Allow loadExtension to be disabled in SQLite3 17 years ago
Scott MacVicar cf8d87306f MFB: The constructor should also throw exceptions, make this semi useful now. 17 years ago
Scott MacVicar 037400bbeb The constructor should also throw exceptions, make this semi useful now. 17 years ago
Scott MacVicar 4159f91181 MFH Add blobOpen method for reading binary blobs via streams. 17 years ago
Scott MacVicar 821e562d6e Forgot test for the last commit 17 years ago
Scott MacVicar 5b79c37500 MFH Fix bug #47159 - Any SQLite3 statement prepared should be added to the freelist 17 years ago
Scott MacVicar 32bee5293d Fix bug #47159 - Any SQLite3 statement prepared should be added to the freelist 17 years ago
Scott MacVicar 3fb7f05991 MFH Stop using sqlite3_aggregate_count() as this is now deprecated. 17 years ago
Scott MacVicar aaa89d7adb Stop using sqlite3_aggregate_count() as this is now deprecated. 17 years ago
Felipe Pena 9983e2689a - MFH: Fixed memory leaks in createFunction and createAggregate methods 17 years ago
Felipe Pena a8d6e81434 - Fixed memory leaks in createFunction and createAggregate methods 17 years ago
Antony Dovgal a9132bb75f fix test 17 years ago
Antony Dovgal 3c06283750 fix test 17 years ago
Felix De Vliegher bdda0cff3f MFH: Tests for SQLite3Stmt::paramCount(). 17 years ago
Felix De Vliegher 1c88dd1fa9 Tests for SQLite3Stmt::paramCount(). 17 years ago
Scott MacVicar 14982115cd MFH: SQLite3::escapeString can be static as it doesn't rely on an instance of SQLite 18 years ago
Scott MacVicar 6c419ece68 SQLite3::escapeString can be static as it doesn't rely on an instance of SQLite 18 years ago
Felipe Pena cd57c8d974 - Fixed test 18 years ago
Felipe Pena 9f40f81543 - MFH: Fixed bug #45798 (sqlite3 doesn't notice if variable was bound) 18 years ago
Felipe Pena 98c445c971 - Fixed bug #45798 (sqlite3 doesn't notice if variable was bound) 18 years ago
Scott MacVicar 09582a712f MFH: Fix test on Windows 18 years ago
Scott MacVicar 80e789b4af Fix test on Windows 18 years ago
Scott MacVicar 3fbc4de93a MFB: Update coding standards and fix a test, this was already in 5.3 alpha 1 18 years ago
Hannes Magnusson 6894772e55 fix skipif 18 years ago
Hannes Magnusson f8f406208b Fix skipif (altough I can't find any such method in the source..?) 18 years ago
Scott MacVicar 0d2f16d3d0 Make pdo_sqlite use the bundled extension with sqlite3 (pdo_sqlite gets fts!) 18 years ago
Scott MacVicar 00788aa163 Fix test 18 years ago
Scott MacVicar 2b040f2d66 MFH: Add freelist for tracking sqlite statements to free on implicit SQLite3::close() 18 years ago