Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgraded bundled sqlite to version 3.6.22. | Ilia Alshanetsky | 2010-01-19 | 2 | -4499/+5398 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 3 | -3/+3 |
| | |||||
* | Upgraded to Sqlite 3.6.21 | Ilia Alshanetsky | 2009-12-08 | 3 | -7449/+6455 |
| | |||||
* | - Added MAKE_COPY_ZVAL(ppzv, pzv) macro | Felipe Pena | 2009-12-08 | 1 | -9/+3 |
| | |||||
* | Upgraded bundled sqlite to version 3.6.20 | Ilia Alshanetsky | 2009-11-09 | 2 | -1038/+1281 |
| | |||||
* | Add metadata support to the bundled version of libsqlite on Windows, part of ↵ | Scott MacVicar | 2009-10-16 | 1 | -1/+1 |
| | | | | | | | | bug #49206. Will commit the new feature part separately. | ||||
* | Update libsqlite to 3.6.19 | Scott MacVicar | 2009-10-16 | 2 | -1234/+3041 |
| | |||||
* | Upgraded bundled sqlite to version 3.6.18. | Ilia Alshanetsky | 2009-09-15 | 2 | -2850/+4718 |
| | |||||
* | Update libsqlite to 3.6.17. | Scott MacVicar | 2009-08-11 | 2 | -2935/+3277 |
| | |||||
* | fix tests | Zoe Slattery | 2009-07-17 | 2 | -2/+2 |
| | |||||
* | Update libsqlite to 3.6.16 | Scott MacVicar | 2009-06-28 | 2 | -2419/+2303 |
| | |||||
* | sync SQLite 3.6.15 | Scott MacVicar | 2009-06-15 | 2 | -4047/+5469 |
| | |||||
* | Change more things to the UTF-16 API and make SQLite3::enableExceptions() ↵ | Scott MacVicar | 2009-06-08 | 3 | -49/+52 |
| | | | | return the previous value. | ||||
* | sync SQLite 3.6.14.2 | Scott MacVicar | 2009-05-28 | 2 | -5/+21 |
| | |||||
* | Previous commit was an old version of the patch, PHP_ZTS is not a boolean ↵ | Kalle Sommer Nielsen | 2009-05-22 | 1 | -1/+1 |
| | | | | but the behaviour is still correct | ||||
* | Don't build SQLite threadsafe on NTS builds | Kalle Sommer Nielsen | 2009-05-22 | 1 | -1/+1 |
| | |||||
* | Fix test on Windows | Kalle Sommer Nielsen | 2009-05-22 | 1 | -1/+1 |
| | |||||
* | Added missing SKIPIF | Kalle Sommer Nielsen | 2009-05-22 | 1 | -0/+2 |
| | |||||
* | MFB: libsqlite3 3.6.14.1 upgrade | Ilia Alshanetsky | 2009-05-19 | 2 | -18/+31 |
| | |||||
* | Fix test | Hannes Magnusson | 2009-05-18 | 1 | -2/+4 |
| | |||||
* | - New tests (testfest BelgiumUG) | Felipe Pena | 2009-05-17 | 30 | -0/+764 |
| | |||||
* | - Changed %s to %v on createAggregate() error message | Felipe Pena | 2009-05-17 | 1 | -2/+2 |
| | |||||
* | fix ZTS build | Antony Dovgal | 2009-05-08 | 1 | -0/+1 |
| | |||||
* | - Fix build | Felipe Pena | 2009-05-07 | 1 | -0/+1 |
| | |||||
* | MFB Print warning when using loadExtension on non cli, cgi and embeded | Scott MacVicar | 2009-05-07 | 1 | -0/+10 |
| | |||||
* | Some unicode updates for sqlite3 | Scott MacVicar | 2009-05-07 | 1 | -11/+12 |
| | |||||
* | MFB: fixed compiler warning | Ilia Alshanetsky | 2009-05-07 | 1 | -0/+1 |
| | |||||
* | Update bundled libsqlite to 3.6.14 | Scott MacVicar | 2009-05-07 | 2 | -1834/+2534 |
| | |||||
* | Add the ability to enable exceptions rather than warnings for sqlite3, ↵ | Scott MacVicar | 2009-04-27 | 2 | -59/+97 |
| | | | | needed for pyrus. | ||||
* | MFB: Upgrade to SQLite 3.6.13 | Ilia Alshanetsky | 2009-04-13 | 2 | -990/+1325 |
| | |||||
* | Update libsqlite to 3.6.12 | Scott MacVicar | 2009-03-31 | 2 | -6566/+5025 |
| | |||||
* | Fix bug #47826 - Building with system sqlite3 can miss a symbol. | Scott MacVicar | 2009-03-29 | 1 | -2/+3 |
| | |||||
* | Fix bug #47678 - Allow loadExtension to be disabled in SQLite3 | Scott MacVicar | 2009-03-17 | 3 | -1/+17 |
| | |||||
* | - This is PHP 6 - if this ... ever gets out | Marcus Boerger | 2009-03-10 | 2 | -2/+2 |
| | |||||
* | MFB: Removed unused var | Ilia Alshanetsky | 2009-02-18 | 1 | -1/+1 |
| | |||||
* | Update bundled SQLite to 3.6.11 | Scott MacVicar | 2009-02-18 | 2 | -2711/+4610 |
| | |||||
* | MFB: The constructor should also throw exceptions, make this semi useful now. | Scott MacVicar | 2009-02-10 | 3 | -17/+29 |
| | |||||
* | - fix build | Pierre Joye | 2009-02-04 | 1 | -1/+1 |
| | |||||
* | fix build | Antony Dovgal | 2009-01-24 | 1 | -1/+1 |
| | |||||
* | Forgot test for the last commit | Scott MacVicar | 2009-01-24 | 1 | -0/+50 |
| | |||||
* | Add blobOpen method for reading SQlite3 blobs via streams. | Scott MacVicar | 2009-01-24 | 1 | -2/+188 |
| | |||||
* | Fix bug #47159 - Any SQLite3 statement prepared should be added to the freelist | Scott MacVicar | 2009-01-20 | 2 | -7/+43 |
| | |||||
* | Fix bug #47145 - As soon as sqlite3_step is called on a statement it always ↵ | Scott MacVicar | 2009-01-20 | 1 | -8/+7 |
| | | | | must be finalised. | ||||
* | MFB Fixed bug #47141 - Unable to fetch error messages after the database ↵ | Scott MacVicar | 2009-01-19 | 1 | -3/+3 |
| | | | | can't be opened. | ||||
* | MFB: Upgraded bundled sqlite3 to 3.6.10 | Ilia Alshanetsky | 2009-01-18 | 2 | -23/+137 |
| | |||||
* | Add table key to getColumnMeta() with SQLite | Scott MacVicar | 2009-01-13 | 1 | -1/+1 |
| | |||||
* | Fix building of pdo_sqlite without sqlite3 | Scott MacVicar | 2009-01-12 | 1 | -82/+0 |
| | |||||
* | Update sqlite to 3.6.8 | Scott MacVicar | 2009-01-12 | 1 | -1/+1 |
| | |||||
* | MFB: Upgraded libsqlite3 to 3.6.8 | Ilia Alshanetsky | 2009-01-12 | 2 | -4538/+6598 |
| | |||||
* | fix build | Antony Dovgal | 2009-01-05 | 1 | -0/+3 |
| |