| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build on Windows | Scott MacVicar | 2009-01-28 | 1 | -1/+1 |
* | fix build | Antony Dovgal | 2009-01-24 | 1 | -1/+1 |
* | MFH Add blobOpen method for reading binary blobs via streams. | Scott MacVicar | 2009-01-24 | 2 | -2/+238 |
* | MFH Fix bug #47159 - Any SQLite3 statement prepared should be added to the fr... | Scott MacVicar | 2009-01-20 | 2 | -7/+39 |
* | MFH Fix bug #47145 - As soon as sqlite3_step is called on a statement it alwa... | Scott MacVicar | 2009-01-20 | 1 | -8/+7 |
* | Fixed bug #47141 - Unable to fetch error messages after the database can't be... | Scott MacVicar | 2009-01-19 | 1 | -3/+3 |
* | Upgraded bundled sqlite3 to 3.6.10 | Ilia Alshanetsky | 2009-01-18 | 2 | -23/+137 |
* | MFH Add table key to getColumnMeta() with SQLite | Scott MacVicar | 2009-01-13 | 1 | -1/+1 |
* | MFH Fix building of pdo_sqlite without sqlite3 | Scott MacVicar | 2009-01-12 | 1 | -87/+0 |
* | MFH Update sqlite to 3.6.8 | Scott MacVicar | 2009-01-12 | 1 | -1/+1 |
* | Upgraded libsqlite3 to 3.6.8 | Ilia Alshanetsky | 2009-01-12 | 2 | -4538/+6598 |
* | Fix bug #47055 - When intl is shared dont enable icu support in SQLite3 | Scott MacVicar | 2009-01-10 | 2 | -2/+2 |
* | Added missing initialization | Ilia Alshanetsky | 2009-01-04 | 1 | -1/+1 |
* | MFH: | Felipe Pena | 2009-01-03 | 1 | -69/+19 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 3 | -3/+3 |
* | MFH Stop using sqlite3_aggregate_count() as this is now deprecated. | Scott MacVicar | 2008-12-24 | 3 | -14/+27 |
* | MFH Enable ICU support within bundled SQLite if intl is enabled but not shared. | Scott MacVicar | 2008-12-22 | 2 | -6/+10 |
* | MFH Patch has the wrong filename | Scott MacVicar | 2008-12-22 | 1 | -1/+1 |
* | MFH SQLite 3.6.7 plus a vc6 backport for LL | Scott MacVicar | 2008-12-22 | 2 | -4159/+6169 |
* | - MFH: Fixed memory leaks in createFunction and createAggregate methods | Felipe Pena | 2008-11-28 | 2 | -0/+32 |
* | Fixed bug #46409 (__invoke method called outside of object context when using... | Dmitry Stogov | 2008-11-27 | 1 | -1/+1 |
* | MFH Update libsqlite to 3.6.6.2 | Scott MacVicar | 2008-11-27 | 2 | -29/+16 |
* | fix test | Antony Dovgal | 2008-11-26 | 1 | -1/+1 |
* | Upgraded bundled sqlite to version 3.6.6.1 | Ilia Alshanetsky | 2008-11-25 | 2 | -9/+21 |
* | MFH Patch file for sqlite3 amalgamation so things don't get missed. | Scott MacVicar | 2008-11-22 | 1 | -0/+37 |
* | - Fix windows build | Pierre Joye | 2008-11-22 | 1 | -6/+2 |
* | MFH Update libsqlite to 3.6.6 | Scott MacVicar | 2008-11-22 | 2 | -1233/+2314 |
* | - MFH: declarations must be.. 1st | Pierre Joye | 2008-11-20 | 1 | -1/+3 |
* | MFH: Fix #46241 (stacked error_handlers, error_handling in general) | Etienne Kneuss | 2008-11-19 | 1 | -2/+9 |
* | - MFH: declaration has to be first... | Pierre Joye | 2008-11-18 | 1 | -1/+1 |
* | MFH Fix #46033 - Segfault when instantiating SQLite3stmt and SQLite3Result di... | Scott MacVicar | 2008-11-17 | 1 | -3/+70 |
* | MFH Sync libsqlite to 3.6.5 | Scott MacVicar | 2008-11-17 | 3 | -4773/+6226 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -28/+0 |
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+28 |
* | MFH: Tests for SQLite3Stmt::paramCount(). | Felix De Vliegher | 2008-10-29 | 2 | -0/+105 |
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -28/+0 |
* | Disable optimizations at the moment for libsqlite on VC6 with the amalgamatio... | Scott MacVicar | 2008-10-14 | 1 | -0/+8 |
* | MFH: SQLite3::escapeString can be static as it doesn't rely on an instance of... | Scott MacVicar | 2008-09-30 | 2 | -2/+2 |
* | - fix VC6 build | Pierre Joye | 2008-09-20 | 1 | -7/+7 |
* | MFH: Sync libsqlite to 3.6.2 with some VC6 patches | Scott MacVicar | 2008-09-15 | 2 | -4685/+6009 |
* | Fixed bug #46033 (Segfault when instantiating SQLite3Stmt and SQLite3Result) | Scott MacVicar | 2008-09-15 | 1 | -9/+16 |
* | - attempt to fix unexpected EOF on line 391/6 | Pierre Joye | 2008-08-15 | 1 | -6/+2 |
* | - MFH: Fixed bug #45798 (sqlite3 doesn't notice if variable was bound) | Felipe Pena | 2008-08-12 | 2 | -0/+33 |
* | MFH: Sync libsqlite to 3.6.1 | Scott MacVicar | 2008-08-06 | 3 | -8899/+17865 |
* | MFH: Fix test on Windows | Scott MacVicar | 2008-08-06 | 1 | -1/+1 |
* | Some fancy detection for sqlite3 and pdo_sqlite3 - so the two extensions don'... | Elizabeth Marie Smith | 2008-08-05 | 1 | -4/+0 |
* | MFH: nuketh C++ comments | Jani Taskinen | 2008-08-03 | 1 | -39/+39 |
* | - MFH: Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 1 | -3/+3 |
* | MFH: fix int<->long mess causing lots of segfaults on x86_64 | Antony Dovgal | 2008-08-01 | 2 | -7/+10 |
* | Fix skipif (altough I can't find any such method in the source..?) | Hannes Magnusson | 2008-08-01 | 1 | -1/+1 |