Commit Graph

79 Commits

Author SHA1 Message Date
Ilia Alshanetsky
c63252ff15 MFB: Upgrade to SQLite 3.6.13 2009-04-13 15:19:03 +00:00
Scott MacVicar
b57c3201e0 Update libsqlite to 3.6.12 2009-03-31 14:15:04 +00:00
Scott MacVicar
743efae83a Fix bug #47826 - Building with system sqlite3 can miss a symbol. 2009-03-29 21:33:58 +00:00
Scott MacVicar
719ba687c0 Fix bug #47678 - Allow loadExtension to be disabled in SQLite3 2009-03-17 02:42:41 +00:00
Marcus Boerger
d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Ilia Alshanetsky
f5f632f842 MFB: Removed unused var 2009-02-18 20:07:55 +00:00
Scott MacVicar
2d907266cf Update bundled SQLite to 3.6.11 2009-02-18 12:38:47 +00:00
Scott MacVicar
cf8d87306f MFB: The constructor should also throw exceptions, make this semi useful now. 2009-02-10 00:44:09 +00:00
Pierre Joye
c7d8074041 - fix build 2009-02-04 09:58:39 +00:00
Antony Dovgal
46b3bdf773 fix build 2009-01-24 13:09:13 +00:00
Scott MacVicar
821e562d6e Forgot test for the last commit 2009-01-24 12:17:30 +00:00
Scott MacVicar
ffccad99e2 Add blobOpen method for reading SQlite3 blobs via streams. 2009-01-24 12:16:57 +00:00
Scott MacVicar
32bee5293d Fix bug #47159 - Any SQLite3 statement prepared should be added to the freelist 2009-01-20 09:57:26 +00:00
Scott MacVicar
21a2772da4 Fix bug #47145 - As soon as sqlite3_step is called on a statement it always must be finalised. 2009-01-20 00:24:05 +00:00
Scott MacVicar
06e0b261b3 MFB Fixed bug #47141 - Unable to fetch error messages after the database can't be opened. 2009-01-19 22:45:29 +00:00
Ilia Alshanetsky
784801cdbd MFB: Upgraded bundled sqlite3 to 3.6.10 2009-01-18 18:03:36 +00:00
Scott MacVicar
03b0b3031e Add table key to getColumnMeta() with SQLite 2009-01-13 02:50:23 +00:00
Scott MacVicar
f2e5e7f684 Fix building of pdo_sqlite without sqlite3 2009-01-12 19:02:41 +00:00
Scott MacVicar
b4657d73b8 Update sqlite to 3.6.8 2009-01-12 18:46:58 +00:00
Ilia Alshanetsky
e87c118e3f MFB: Upgraded libsqlite3 to 3.6.8 2009-01-12 17:15:08 +00:00
Antony Dovgal
d6ab32a5fc fix build 2009-01-05 09:32:48 +00:00
Ilia Alshanetsky
02b2b42a01 MFB: Added missing initialization 2009-01-04 16:32:05 +00:00
Felipe Pena
418fe48582 - Removed unnecessary repeated arginfos
- Changed sqlite3stmt and sqlite3result to ZEND_ACC_PRIVATE to avoid reflection instantiation
2009-01-03 22:07:22 +00:00
Sebastian Bergmann
7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Scott MacVicar
aaa89d7adb Stop using sqlite3_aggregate_count() as this is now deprecated. 2008-12-24 19:21:42 +00:00
Scott MacVicar
938bf96a11 Enable ICU support within bundled SQLite 2008-12-22 16:42:34 +00:00
Scott MacVicar
3264d66e18 Patch has the wrong filename 2008-12-22 13:26:10 +00:00
Scott MacVicar
e6e0907ace SQLite 3.6.7 plus a vc6 backport for LL 2008-12-22 13:17:23 +00:00
Felipe Pena
a8d6e81434 - Fixed memory leaks in createFunction and createAggregate methods 2008-11-28 15:36:34 +00:00
Dmitry Stogov
e5454b359a Fixed bug #46409 (__invoke method called outside of object context when using array_map) 2008-11-27 19:02:45 +00:00
Scott MacVicar
83feedac48 Update libsqlite to 3.6.6.2 2008-11-27 08:40:58 +00:00
Antony Dovgal
3c06283750 fix test 2008-11-26 11:30:42 +00:00
Ilia Alshanetsky
42df01cf6e MFB: Upgraded bundled sqlite to version 3.6.6.1. 2008-11-25 23:53:34 +00:00
Scott MacVicar
fe99e3ade9 Patch file for sqlite3 amalgamation so things don't get missed. 2008-11-22 15:43:34 +00:00
Pierre Joye
2c770afe27 - MFB: Fix windows build 2008-11-22 13:46:17 +00:00
Scott MacVicar
55e5bb5a99 Update libsqlite to 3.6.6 2008-11-22 11:04:26 +00:00
Pierre Joye
3c5b675727 - declarations must be.. 1st 2008-11-20 10:20:37 +00:00
Etienne Kneuss
8251921307 Fix #46241 (stacked error_handlers, error_handling in general) 2008-11-19 01:59:07 +00:00
Pierre Joye
f305ddbe53 - declaration has to be first... 2008-11-18 14:25:54 +00:00
Scott MacVicar
09fabbbbfc Fix #46033 - Segfault when instantiating SQLite3stmt and SQLite3Result directly. 2008-11-17 19:32:31 +00:00
Scott MacVicar
b7d28c4815 Sync libsqlite to 3.6.5 2008-11-17 17:13:11 +00:00
Felipe Pena
43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
Scott MacVicar
17c0c53c8c MFB fix VC6 build 2008-11-07 12:58:08 +00:00
Felipe Pena
e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:10:13 +00:00
Felix De Vliegher
1c88dd1fa9 Tests for SQLite3Stmt::paramCount(). 2008-10-29 22:35:52 +00:00
Felipe Pena
7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-10-24 14:34:17 +00:00
Scott MacVicar
6c419ece68 SQLite3::escapeString can be static as it doesn't rely on an instance of SQLite 2008-09-30 11:13:43 +00:00
Scott MacVicar
d95bc4293d Sync libsqlite to 3.6.2 with some VC6 patches 2008-09-15 01:17:48 +00:00
Scott MacVicar
d33c7bbd96 MFB Fixed bug #46033 (Segfault when instantiating SQLite3Stmt and SQLite3Result) 2008-09-15 01:00:52 +00:00
Pierre Joye
fc755dd8b3 - MFB: fix unexpected EOF on line 391 2008-08-15 21:03:32 +00:00