summaryrefslogtreecommitdiff
path: root/ext/sqlite3/libsqlite/sqlite3ext.h
Commit message (Collapse)AuthorAgeFilesLines
* Unbundle libsqlite3Christoph M. Becker2018-10-061-623/+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.0Christoph M. Becker2018-09-151-0/+8
|
* Update to SQLite 3.24.0Christoph M. Becker2018-06-051-0/+30
|
* Update bundled libsqlite to 3.23.0Christoph M. Becker2018-04-021-2/+2
|
* Update to SQLite 3.22.0Christoph M. Becker2018-01-221-3/+10
|
* Trailing whitespaces on ext/*Gabriel Caruso2018-01-041-3/+3
| | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com>
* Updated bundled libsqlite to 3.21.0Christoph M. Becker2017-11-071-5/+5
|
* Update to SQLite 3.20.0Christoph M. Becker2017-08-011-0/+14
|
* Update to SQLite 3.18.0Christoph M. Becker2017-04-171-0/+4
|
* Update to SQLite 3.14.0Christoph M. Becker2016-08-101-5/+19
|
* Fix SQLite3 header filesChristoph M. Becker2016-07-251-0/+12
| | | | | 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-3/+20
|
* updated bundled libsqlite to 3.8.8.3Anatol Belski2015-03-251-3/+3
|
* trailing whitespace removalStanislav Malyshev2015-01-101-3/+3
|
* . Fixed bug #68120 Update bundled libsqliteAnatol Belski2014-12-051-2/+32
|
* updated libsqlite to 3.8.3.1 in 5.5 branch, tooAnatol Belski2014-03-101-15/+82
|
* Upgraded bundled Sqlite3 to version 3.7.4.Ilia Alshanetsky2010-12-111-0/+42
|
* Upgraded to Sqlite 3.6.21Ilia Alshanetsky2009-12-081-2/+0
|
* Sync libsqlite to 3.6.5Scott MacVicar2008-11-171-0/+8
|
* Sync libsqlite to 3.6.1Scott MacVicar2008-08-061-2/+12
|
* SQLite3 extension, still has 2 failing tests that will be sorted shortly.Scott MacVicar2008-07-251-0/+362