Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unbundle libsqlite3 | Christoph M. Becker | 2018-10-06 | 1 | -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.0 | Christoph M. Becker | 2018-09-15 | 1 | -0/+8 |
| | |||||
* | Update to SQLite 3.24.0 | Christoph M. Becker | 2018-06-05 | 1 | -0/+30 |
| | |||||
* | Update bundled libsqlite to 3.23.0 | Christoph M. Becker | 2018-04-02 | 1 | -2/+2 |
| | |||||
* | Update to SQLite 3.22.0 | Christoph M. Becker | 2018-01-22 | 1 | -3/+10 |
| | |||||
* | Trailing whitespaces on ext/* | Gabriel Caruso | 2018-01-04 | 1 | -3/+3 |
| | | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com> | ||||
* | Updated bundled libsqlite to 3.21.0 | Christoph M. Becker | 2017-11-07 | 1 | -5/+5 |
| | |||||
* | Update to SQLite 3.20.0 | Christoph M. Becker | 2017-08-01 | 1 | -0/+14 |
| | |||||
* | Update to SQLite 3.18.0 | Christoph M. Becker | 2017-04-17 | 1 | -0/+4 |
| | |||||
* | Update to SQLite 3.14.0 | Christoph M. Becker | 2016-08-10 | 1 | -5/+19 |
| | |||||
* | Fix SQLite3 header files | Christoph M. Becker | 2016-07-25 | 1 | -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 Hui | 2015-12-18 | 1 | -3/+20 |
| | |||||
* | updated bundled libsqlite to 3.8.8.3 | Anatol Belski | 2015-03-25 | 1 | -3/+3 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -3/+3 |
| | |||||
* | . Fixed bug #68120 Update bundled libsqlite | Anatol Belski | 2014-12-05 | 1 | -2/+32 |
| | |||||
* | updated libsqlite to 3.8.3.1 in 5.5 branch, too | Anatol Belski | 2014-03-10 | 1 | -15/+82 |
| | |||||
* | Upgraded bundled Sqlite3 to version 3.7.4. | Ilia Alshanetsky | 2010-12-11 | 1 | -0/+42 |
| | |||||
* | Upgraded to Sqlite 3.6.21 | Ilia Alshanetsky | 2009-12-08 | 1 | -2/+0 |
| | |||||
* | Sync libsqlite to 3.6.5 | Scott MacVicar | 2008-11-17 | 1 | -0/+8 |
| | |||||
* | Sync libsqlite to 3.6.1 | Scott MacVicar | 2008-08-06 | 1 | -2/+12 |
| | |||||
* | SQLite3 extension, still has 2 failing tests that will be sorted shortly. | Scott MacVicar | 2008-07-25 | 1 | -0/+362 |