summaryrefslogtreecommitdiff
path: root/ext/sqlite3
Commit message (Expand)AuthorAgeFilesLines
* Fix build on WindowsScott MacVicar2009-01-281-1/+1
* fix buildAntony Dovgal2009-01-241-1/+1
* MFH Add blobOpen method for reading binary blobs via streams.Scott MacVicar2009-01-242-2/+238
* MFH Fix bug #47159 - Any SQLite3 statement prepared should be added to the fr...Scott MacVicar2009-01-202-7/+39
* MFH Fix bug #47145 - As soon as sqlite3_step is called on a statement it alwa...Scott MacVicar2009-01-201-8/+7
* Fixed bug #47141 - Unable to fetch error messages after the database can't be...Scott MacVicar2009-01-191-3/+3
* Upgraded bundled sqlite3 to 3.6.10Ilia Alshanetsky2009-01-182-23/+137
* MFH Add table key to getColumnMeta() with SQLiteScott MacVicar2009-01-131-1/+1
* MFH Fix building of pdo_sqlite without sqlite3Scott MacVicar2009-01-121-87/+0
* MFH Update sqlite to 3.6.8Scott MacVicar2009-01-121-1/+1
* Upgraded libsqlite3 to 3.6.8Ilia Alshanetsky2009-01-122-4538/+6598
* Fix bug #47055 - When intl is shared dont enable icu support in SQLite3Scott MacVicar2009-01-102-2/+2
* Added missing initializationIlia Alshanetsky2009-01-041-1/+1
* MFH:Felipe Pena2009-01-031-69/+19
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-313-3/+3
* MFH Stop using sqlite3_aggregate_count() as this is now deprecated.Scott MacVicar2008-12-243-14/+27
* MFH Enable ICU support within bundled SQLite if intl is enabled but not shared.Scott MacVicar2008-12-222-6/+10
* MFH Patch has the wrong filenameScott MacVicar2008-12-221-1/+1
* MFH SQLite 3.6.7 plus a vc6 backport for LLScott MacVicar2008-12-222-4159/+6169
* - MFH: Fixed memory leaks in createFunction and createAggregate methodsFelipe Pena2008-11-282-0/+32
* Fixed bug #46409 (__invoke method called outside of object context when using...Dmitry Stogov2008-11-271-1/+1
* MFH Update libsqlite to 3.6.6.2Scott MacVicar2008-11-272-29/+16
* fix testAntony Dovgal2008-11-261-1/+1
* Upgraded bundled sqlite to version 3.6.6.1Ilia Alshanetsky2008-11-252-9/+21
* MFH Patch file for sqlite3 amalgamation so things don't get missed.Scott MacVicar2008-11-221-0/+37
* - Fix windows buildPierre Joye2008-11-221-6/+2
* MFH Update libsqlite to 3.6.6Scott MacVicar2008-11-222-1233/+2314
* - MFH: declarations must be.. 1stPierre Joye2008-11-201-1/+3
* MFH: Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-191-2/+9
* - MFH: declaration has to be first...Pierre Joye2008-11-181-1/+1
* MFH Fix #46033 - Segfault when instantiating SQLite3stmt and SQLite3Result di...Scott MacVicar2008-11-171-3/+70
* MFH Sync libsqlite to 3.6.5Scott MacVicar2008-11-173-4773/+6226
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-28/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+28
* MFH: Tests for SQLite3Stmt::paramCount().Felix De Vliegher2008-10-292-0/+105
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-28/+0
* Disable optimizations at the moment for libsqlite on VC6 with the amalgamatio...Scott MacVicar2008-10-141-0/+8
* MFH: SQLite3::escapeString can be static as it doesn't rely on an instance of...Scott MacVicar2008-09-302-2/+2
* - fix VC6 buildPierre Joye2008-09-201-7/+7
* MFH: Sync libsqlite to 3.6.2 with some VC6 patchesScott MacVicar2008-09-152-4685/+6009
* Fixed bug #46033 (Segfault when instantiating SQLite3Stmt and SQLite3Result)Scott MacVicar2008-09-151-9/+16
* - attempt to fix unexpected EOF on line 391/6Pierre Joye2008-08-151-6/+2
* - MFH: Fixed bug #45798 (sqlite3 doesn't notice if variable was bound)Felipe Pena2008-08-122-0/+33
* MFH: Sync libsqlite to 3.6.1Scott MacVicar2008-08-063-8899/+17865
* MFH: Fix test on WindowsScott MacVicar2008-08-061-1/+1
* Some fancy detection for sqlite3 and pdo_sqlite3 - so the two extensions don'...Elizabeth Marie Smith2008-08-051-4/+0
* MFH: nuketh C++ commentsJani Taskinen2008-08-031-39/+39
* - MFH: Added parameter TSRMLS_DC in zend_is_callable()Felipe Pena2008-08-021-3/+3
* MFH: fix int<->long mess causing lots of segfaults on x86_64Antony Dovgal2008-08-012-7/+10
* Fix skipif (altough I can't find any such method in the source..?)Hannes Magnusson2008-08-011-1/+1