Pierre Joye
|
b660f32dab
|
- add skipif
|
2011-09-06 07:29:59 +00:00 |
|
Pierre Joye
|
9fa90f8a90
|
- add skipif
|
2011-09-06 07:28:38 +00:00 |
|
Rasmus Lerdorf
|
78a46b87e3
|
Fix another broken test. root can read 0200 files.
|
2011-08-29 06:19:40 +00:00 |
|
Felipe Pena
|
29a82ceb56
|
- Fixed memory leak on SQLite3Result and SQLite3Stmt when assigning to a reference.
|
2011-01-07 01:11:16 +00:00 |
|
Scott MacVicar
|
3870e58759
|
Add SQLite3_Stmt::readOnly for checking if a statement is read only
|
2010-12-31 16:37:12 +00:00 |
|
Felipe Pena
|
689d1d9e4b
|
- Fixed bug #53463 (sqlite3 columnName() segfaults on bad column_number)
|
2010-12-03 21:05:44 +00:00 |
|
Patrick Allaert
|
817776d1b9
|
- Fixed tests not passing under windows because of the directory separator
difference (thanks Eyal Teutsch for reporting)
|
2010-11-08 09:29:15 +00:00 |
|
Johannes Schlüter
|
d7b1fa9d35
|
Berkeley DB 5's SQL frontend gives a slightly different error than libsqlite
|
2010-06-01 16:39:36 +00:00 |
|
Kalle Sommer Nielsen
|
cb30330800
|
Merge safe_mode changes into extensions that are in sync in both branches
|
2010-04-26 23:55:03 +00:00 |
|
Zoe Slattery
|
4e0b75042a
|
fix tests
|
2009-07-17 09:28:19 +00:00 |
|
Scott MacVicar
|
40521699ce
|
MFH make SQLite3::enableExceptions() return the previous value.
|
2009-06-08 02:15:54 +00:00 |
|
Kalle Sommer Nielsen
|
4d855122a5
|
MFH: Fix test on Windows
|
2009-05-22 18:27:38 +00:00 |
|
Kalle Sommer Nielsen
|
7852108cce
|
MFH: Added missing SKIPIF
|
2009-05-22 18:22:30 +00:00 |
|
Hannes Magnusson
|
ebf4c8ddb8
|
Fix test
|
2009-05-18 13:52:16 +00:00 |
|
Felipe Pena
|
b5cec43162
|
- New tests (testfest BelgiumUG)
|
2009-05-17 16:51:59 +00:00 |
|
Scott MacVicar
|
bc486b4c7e
|
MFH Fix bug #47678 - Allow loadExtension to be disabled in SQLite3
|
2009-03-17 02:45:12 +00:00 |
|
Scott MacVicar
|
037400bbeb
|
The constructor should also throw exceptions, make this semi useful now.
|
2009-02-10 00:24:33 +00:00 |
|
Scott MacVicar
|
4159f91181
|
MFH Add blobOpen method for reading binary blobs via streams.
|
2009-01-24 12:17:47 +00:00 |
|
Scott MacVicar
|
5b79c37500
|
MFH Fix bug #47159 - Any SQLite3 statement prepared should be added to the freelist
|
2009-01-20 09:57:34 +00:00 |
|
Scott MacVicar
|
3fb7f05991
|
MFH Stop using sqlite3_aggregate_count() as this is now deprecated.
|
2008-12-24 19:22:16 +00:00 |
|
Felipe Pena
|
9983e2689a
|
- MFH: Fixed memory leaks in createFunction and createAggregate methods
|
2008-11-28 15:37:02 +00:00 |
|
Antony Dovgal
|
a9132bb75f
|
fix test
|
2008-11-26 11:30:48 +00:00 |
|
Felix De Vliegher
|
bdda0cff3f
|
MFH: Tests for SQLite3Stmt::paramCount().
|
2008-10-29 22:36:19 +00:00 |
|
Scott MacVicar
|
14982115cd
|
MFH: SQLite3::escapeString can be static as it doesn't rely on an instance of SQLite
|
2008-09-30 11:14:48 +00:00 |
|
Felipe Pena
|
9f40f81543
|
- MFH: Fixed bug #45798 (sqlite3 doesn't notice if variable was bound)
|
2008-08-12 13:37:32 +00:00 |
|
Scott MacVicar
|
09582a712f
|
MFH: Fix test on Windows
|
2008-08-06 14:07:37 +00:00 |
|
Hannes Magnusson
|
f8f406208b
|
Fix skipif (altough I can't find any such method in the source..?)
|
2008-08-01 08:01:31 +00:00 |
|
Scott MacVicar
|
0d2f16d3d0
|
Make pdo_sqlite use the bundled extension with sqlite3 (pdo_sqlite gets fts!)
Fix test after class rename
|
2008-07-31 23:25:39 +00:00 |
|
Scott MacVicar
|
00788aa163
|
Fix test
|
2008-07-31 17:13:31 +00:00 |
|
Scott MacVicar
|
2b040f2d66
|
MFH: Add freelist for tracking sqlite statements to free on implicit SQLite3::close()
|
2008-07-29 00:56:53 +00:00 |
|
Jani Taskinen
|
7a70ad4502
|
- Fix EOLs
|
2008-07-28 11:59:35 +00:00 |
|
Scott MacVicar
|
d584ed4a01
|
SQLite3 extension, still has 2 failing tests that will be sorted tomorrow. Will merge to head tomorrow as well.
|
2008-07-25 02:44:59 +00:00 |
|