Commit Graph

63 Commits

Author SHA1 Message Date
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
Felipe Pena
cd57c8d974 - Fixed test 2008-08-12 14:10:44 +00:00
Felipe Pena
98c445c971 - Fixed bug #45798 (sqlite3 doesn't notice if variable was bound) 2008-08-12 13:32:30 +00:00
Scott MacVicar
3967788e5b Sync libsqlite to 3.6.1 2008-08-06 14:22:35 +00:00
Scott MacVicar
80e789b4af Fix test on Windows 2008-08-06 14:07:20 +00:00
Scott MacVicar
3fbc4de93a MFB: Update coding standards and fix a test, this was already in 5.3 alpha 1 2008-08-06 14:02:44 +00:00
Elizabeth Marie Smith
8a515d6b51 Some fancy detection for sqlite3 and pdo_sqlite3 - so the two extensions don't depend on each other if shared, and don't try to put two versions of the sqlite3 lib if static 2008-08-05 20:22:53 +00:00
Jani Taskinen
c9c53d7bcd - Nuketh C++ comments from C files. 2008-08-03 12:12:45 +00:00
Felipe Pena
611ecc5111 - Added parameter TSRMLS_DC in zend_is_callable() 2008-08-02 04:40:45 +00:00
Antony Dovgal
2846fc1c02 fix int<->long mess causing lots of segfaults on x86_64 2008-08-01 08:27:46 +00:00
Hannes Magnusson
6894772e55 fix skipif 2008-08-01 08:02:06 +00:00
Hannes Magnusson
166dee99e0 MFB5.3: "without" and "do not include" 2008-07-31 22:32:46 +00:00
Scott MacVicar
76970a5a39 MFB: Enable by default and fix compile error 2008-07-31 22:25:18 +00:00
Scott MacVicar
633c328cdf MFB: Stray RETURN_TRUE value 2008-07-31 16:35:33 +00:00
Scott MacVicar
bc50a9772c Add freelist for tracking sqlite statements to free on implicit SQLite3::close() 2008-07-29 00:56:22 +00:00
Scott MacVicar
5a2163a439 MFB: Fix error when fetchArray reaches the last row 2008-07-28 23:03:26 +00:00
Jani Taskinen
142b3d5c92 - Fix EOLs 2008-07-28 12:01:57 +00:00