Ilia Alshanetsky
|
bdb3d4320e
|
Removed unused var
|
2009-02-18 20:07:40 +00:00 |
|
Scott MacVicar
|
61f2e99ea7
|
MFH: Update bundled SQLite to 3.6.11
|
2009-02-18 12:39:43 +00:00 |
|
Scott MacVicar
|
037400bbeb
|
The constructor should also throw exceptions, make this semi useful now.
|
2009-02-10 00:24:33 +00:00 |
|
Scott MacVicar
|
3a25c34a01
|
Fix build on Windows
|
2009-01-28 23:58:09 +00:00 |
|
Antony Dovgal
|
8e2c587a51
|
fix build
|
2009-01-24 13:08:04 +00:00 |
|
Scott MacVicar
|
4159f91181
|
MFH Add blobOpen method for reading binary blobs via streams.
|
2009-01-24 12:17:47 +00:00 |
|
Scott MacVicar
|
5b79c37500
|
MFH Fix bug #47159 - Any SQLite3 statement prepared should be added to the freelist
|
2009-01-20 09:57:34 +00:00 |
|
Scott MacVicar
|
4b02b12f54
|
MFH Fix bug #47145 - As soon as sqlite3_step is called on a statement it always must be finalised.
|
2009-01-20 00:24:13 +00:00 |
|
Scott MacVicar
|
6d406ccedf
|
Fixed bug #47141 - Unable to fetch error messages after the database can't be opened.
|
2009-01-19 22:43:58 +00:00 |
|
Ilia Alshanetsky
|
a0a31f3998
|
Upgraded bundled sqlite3 to 3.6.10
|
2009-01-18 18:01:53 +00:00 |
|
Scott MacVicar
|
efaba65cf5
|
MFH Add table key to getColumnMeta() with SQLite
|
2009-01-13 02:50:54 +00:00 |
|
Scott MacVicar
|
dba82da304
|
MFH Fix building of pdo_sqlite without sqlite3
|
2009-01-12 19:03:07 +00:00 |
|
Scott MacVicar
|
4bdf8de929
|
MFH Update sqlite to 3.6.8
|
2009-01-12 18:55:37 +00:00 |
|
Ilia Alshanetsky
|
4afe6ccc54
|
Upgraded libsqlite3 to 3.6.8
|
2009-01-12 17:13:38 +00:00 |
|
Scott MacVicar
|
cb4d76b505
|
Fix bug #47055 - When intl is shared dont enable icu support in SQLite3
|
2009-01-10 01:46:55 +00:00 |
|
Ilia Alshanetsky
|
96b1c50ea9
|
Added missing initialization
|
2009-01-04 16:31:12 +00:00 |
|
Felipe Pena
|
08a25290e7
|
MFH:
- Removed unnecessary repeated arginfos
- Changed sqlite3stmt and sqlite3result to ZEND_ACC_PRIVATE to avoid reflection instantiation
|
2009-01-03 22:08:38 +00:00 |
|
Sebastian Bergmann
|
08659c2dcd
|
MFH: Bump copyright year, 3 of 3.
|
2008-12-31 11:15:49 +00:00 |
|
Scott MacVicar
|
3fb7f05991
|
MFH Stop using sqlite3_aggregate_count() as this is now deprecated.
|
2008-12-24 19:22:16 +00:00 |
|
Scott MacVicar
|
178e0c726e
|
MFH Enable ICU support within bundled SQLite if intl is enabled but not shared.
|
2008-12-22 16:43:21 +00:00 |
|
Scott MacVicar
|
3c1e53deb4
|
MFH Patch has the wrong filename
|
2008-12-22 13:26:25 +00:00 |
|
Scott MacVicar
|
366fe43d79
|
MFH SQLite 3.6.7 plus a vc6 backport for LL
|
2008-12-22 13:22:25 +00:00 |
|
Felipe Pena
|
9983e2689a
|
- MFH: Fixed memory leaks in createFunction and createAggregate methods
|
2008-11-28 15:37:02 +00:00 |
|
Dmitry Stogov
|
7d4fd3fd38
|
Fixed bug #46409 (__invoke method called outside of object context when using array_map)
|
2008-11-27 19:01:23 +00:00 |
|
Scott MacVicar
|
b388624d7d
|
MFH Update libsqlite to 3.6.6.2
|
2008-11-27 08:46:13 +00:00 |
|
Antony Dovgal
|
a9132bb75f
|
fix test
|
2008-11-26 11:30:48 +00:00 |
|
Ilia Alshanetsky
|
87f1f82677
|
Upgraded bundled sqlite to version 3.6.6.1
|
2008-11-25 23:50:42 +00:00 |
|
Scott MacVicar
|
74ee87a631
|
MFH Patch file for sqlite3 amalgamation so things don't get missed.
|
2008-11-22 15:44:21 +00:00 |
|
Pierre Joye
|
b2e419ef40
|
- Fix windows build
please keep the fixes while merging the new versions.
if the updates do not contain the fixes, create a little todo list so it is
not forgotten (wiki)
|
2008-11-22 13:41:21 +00:00 |
|
Scott MacVicar
|
2d73897856
|
MFH Update libsqlite to 3.6.6
|
2008-11-22 11:06:04 +00:00 |
|
Pierre Joye
|
2295b682a4
|
- MFH: declarations must be.. 1st
|
2008-11-20 10:22:55 +00:00 |
|
Etienne Kneuss
|
3919b16f04
|
MFH: Fix #46241 (stacked error_handlers, error_handling in general)
|
2008-11-19 02:00:53 +00:00 |
|
Pierre Joye
|
c213742fe2
|
- MFH: declaration has to be first...
|
2008-11-18 14:27:09 +00:00 |
|
Scott MacVicar
|
cd3f5c1fa7
|
MFH Fix #46033 - Segfault when instantiating SQLite3stmt and SQLite3Result directly.
|
2008-11-17 19:34:03 +00:00 |
|
Scott MacVicar
|
0fab3f5b68
|
MFH Sync libsqlite to 3.6.5
|
2008-11-17 17:13:55 +00:00 |
|
Felipe Pena
|
fc2fb50d09
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
2008-11-17 11:28:01 +00:00 |
|
Felipe Pena
|
7a37fa2d6b
|
- Revert ZEND_BEGIN_ARG_INFO change
|
2008-11-02 21:19:39 +00:00 |
|
Felix De Vliegher
|
bdda0cff3f
|
MFH: Tests for SQLite3Stmt::paramCount().
|
2008-10-29 22:36:19 +00:00 |
|
Felipe Pena
|
df10005563
|
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
|
2008-10-24 14:35:40 +00:00 |
|
Scott MacVicar
|
3d61571709
|
Disable optimizations at the moment for libsqlite on VC6 with the amalgamation, will most likely need to track down what particular function is causing problems or consider setting the flags to /O1 for libsqlite specifically.
|
2008-10-14 09:56:25 +00:00 |
|
Scott MacVicar
|
14982115cd
|
MFH: SQLite3::escapeString can be static as it doesn't rely on an instance of SQLite
|
2008-09-30 11:14:48 +00:00 |
|
Pierre Joye
|
f6b2e89ea6
|
- fix VC6 build
|
2008-09-20 23:10:16 +00:00 |
|
Scott MacVicar
|
52695ff939
|
MFH: Sync libsqlite to 3.6.2 with some VC6 patches
|
2008-09-15 01:22:06 +00:00 |
|
Scott MacVicar
|
8b912cc49c
|
Fixed bug #46033 (Segfault when instantiating SQLite3Stmt and SQLite3Result)
|
2008-09-15 00:55:37 +00:00 |
|
Pierre Joye
|
a7dccf7d9d
|
- attempt to fix unexpected EOF on line 391/6
|
2008-08-15 19:56:06 +00:00 |
|
Felipe Pena
|
9f40f81543
|
- MFH: Fixed bug #45798 (sqlite3 doesn't notice if variable was bound)
|
2008-08-12 13:37:32 +00:00 |
|
Scott MacVicar
|
3c728afb54
|
MFH: Sync libsqlite to 3.6.1
|
2008-08-06 14:22:10 +00:00 |
|
Scott MacVicar
|
09582a712f
|
MFH: Fix test on Windows
|
2008-08-06 14:07:37 +00:00 |
|
Elizabeth Marie Smith
|
37d23600bf
|
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:16:21 +00:00 |
|
Jani Taskinen
|
b17dc14f18
|
MFH: nuketh C++ comments
|
2008-08-03 12:15:55 +00:00 |
|