summaryrefslogtreecommitdiff
path: root/ext/sqlite3/libsqlite/sqlite3.h
Commit message (Collapse)AuthorAgeFilesLines
* Unbundle libsqlite3Christoph M. Becker2018-10-061-11573/+0
| | | | | | | | | | | | | | | | | | | | Since there is no need to patch libsqlite3 for our purposes, and since libsqlite3 ≥ 3.3.9 (which is our current requirement) is widely available on distros, there is no reason anymore to bundle the library. Besides removing the bundled libsqlite, and adapting the configuration respectively, we also fix the use of the SQLITE_ENABLE_COLUMN_METADATA compile time constant to detect whether sqlite3_column_table_name() is available by a working feature detection (otherwise bug_42589.phpt would fail). We also skip bug73068.phpt for libsqlite 3.11.0 to 3.14.1 which have a bug (<https://sqlite.org/src/info/ef360601>). We also completely drop support for the obscure pdo_sqlite_external extension (which could have been enabled on Windows only by passing `--pdo-sqlite-external` to configure), since it is not needed anymore. Furthermore, we remove references to the bundled libsqlite from Makefile.gcov, CONTRIBUTING.md and README.REDIST.BINS.
* Update to SQLite 3.25.1Christoph M. Becker2018-09-191-3/+3
|
* Update to SQLite 3.25.0Christoph M. Becker2018-09-151-78/+217
|
* Update to SQLite 3.24.0Christoph M. Becker2018-06-051-9/+266
|
* Update bundled libsqlite to 3.23.1Christoph M. Becker2018-04-101-5/+33
|
* Update bundled libsqlite to 3.23.0Christoph M. Becker2018-04-021-92/+414
|
* Update to SQLite 3.22.0Christoph M. Becker2018-01-221-610/+710
|
* Trailing whitespaces on ext/*Gabriel Caruso2018-01-041-592/+592
| | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
* Updated bundled libsqlite to 3.21.0Christoph M. Becker2017-11-071-79/+112
|
* Update to SQLite 3.20.1Christoph M. Becker2017-08-261-3/+3
|
* Update to SQLite 3.20.0Christoph M. Becker2017-08-011-60/+254
|
* Update to SQLite 3.19.3Christoph M. Becker2017-06-091-3/+3
|
* Update to SQLite 3.19.2Christoph M. Becker2017-06-071-20/+29
|
* Update to SQLite 3.18.0Christoph M. Becker2017-04-171-22/+43
|
* Update to SQLite 3.17.0Christoph M. Becker2017-02-141-55/+83
|
* Update to SQLite 3.16.2Christoph M. Becker2017-01-121-5/+9
|
* Update to SQLite 3.16.1Christoph M. Becker2017-01-041-14/+81
|
* Update to SQLite 3.15.2Christoph M. Becker2016-12-111-3/+3
|
* Update to SQLite 3.15.1Christoph M. Becker2016-11-141-3/+10
|
* Update to SQLite 3.15.0Christoph M. Becker2016-10-151-18/+40
|
* Update to SQLite 3.14.2Christoph M. Becker2016-09-131-247/+247
|
* Update to SQLite 3.14.1Christoph M. Becker2016-09-021-3/+3
|
* Update to SQLite 3.14.0Christoph M. Becker2016-08-101-30/+184
|
* Fix SQLite3 header filesChristoph M. Becker2016-07-251-56/+1801
| | | | | While sqlite3.c had already been updated to 3.13.0, the header files had been forgotten.
* Implemented FR #71159 (Upgraed bundled SQLite lib to 3.9.2)Xinchen Hui2015-12-181-36/+648
|
* Upgrade bundled sqlite to 3.8.10.2Lior Kaplan2015-06-081-292/+408
| | | | Includes fixes for CVE-2015-3414, CVE-2015-3415, CVE-2015-3416 done in 3.8.9
* Fixed bug #69287 upgrade bundled sqlite to 3.8.8.3Anatol Belski2015-03-251-321/+493
|
* . Fixed bug #68120 Update bundled libsqliteAnatol Belski2014-12-051-100/+257
|
* Fixed bug #66967 Updated the bundled libsqlite to 3.8.4.3Anatol Belski2014-04-111-4/+5
|
* updated libsqlite to 3.8.3.1 in 5.5 branch, tooAnatol Belski2014-03-101-229/+883
|
* Update SQLite3 to the latest versionScott MacVicar2011-08-091-86/+353
|
* Upgrade SQLite to 3.7.6.3Scott MacVicar2011-06-141-2/+2
|
* Update bundled SQLite to 3.7.6.2Scott MacVicar2011-05-131-69/+277
|
* Upgraded bundled Sqlite3 to version 3.7.4.Ilia Alshanetsky2010-12-111-12/+87
|
* Upgraded bundled sqlite to version 3.7.3Ilia Alshanetsky2010-10-201-265/+531
|
* Upgraded bundled Sqlite3 to version 3.7.0.1Ilia Alshanetsky2010-08-141-83/+264
|
* Upgraded bundled sqlite to version 3.6.23.1Ilia Alshanetsky2010-03-301-8/+80
|
* Upgraded bundled sqlite to version 3.6.22.Ilia Alshanetsky2010-01-191-1493/+1378
|
* Upgraded to Sqlite 3.6.21Ilia Alshanetsky2009-12-081-9/+14
|
* Upgraded bundled sqlite to version 3.6.20Ilia Alshanetsky2009-11-091-19/+28
|
* Update libsqlite to 3.6.19Scott MacVicar2009-10-161-7/+11
|
* Upgraded bundled sqlite to version 3.6.18.Ilia Alshanetsky2009-09-151-104/+218
|
* Update libsqlite to 3.6.17.Scott MacVicar2009-08-111-186/+205
|
* Update libsqlite to 3.6.16Scott MacVicar2009-06-281-5/+16
|
* sync SQLite 3.6.15Scott MacVicar2009-06-151-50/+132
|
* sync SQLite 3.6.14.2Scott MacVicar2009-05-281-1/+1
|
* MFB: libsqlite3 3.6.14.1 upgradeIlia Alshanetsky2009-05-191-1/+1
|
* Update bundled libsqlite to 3.6.14Scott MacVicar2009-05-071-105/+135
|
* MFB: Upgrade to SQLite 3.6.13Ilia Alshanetsky2009-04-131-14/+30
|
* Update libsqlite to 3.6.12Scott MacVicar2009-03-311-1768/+317
|