Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unbundle libsqlite3 | Christoph M. Becker | 2018-10-06 | 1 | -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.1 | Christoph M. Becker | 2018-09-19 | 1 | -3/+3 |
| | |||||
* | Update to SQLite 3.25.0 | Christoph M. Becker | 2018-09-15 | 1 | -78/+217 |
| | |||||
* | Update to SQLite 3.24.0 | Christoph M. Becker | 2018-06-05 | 1 | -9/+266 |
| | |||||
* | Update bundled libsqlite to 3.23.1 | Christoph M. Becker | 2018-04-10 | 1 | -5/+33 |
| | |||||
* | Update bundled libsqlite to 3.23.0 | Christoph M. Becker | 2018-04-02 | 1 | -92/+414 |
| | |||||
* | Update to SQLite 3.22.0 | Christoph M. Becker | 2018-01-22 | 1 | -610/+710 |
| | |||||
* | Trailing whitespaces on ext/* | Gabriel Caruso | 2018-01-04 | 1 | -592/+592 |
| | | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com> | ||||
* | Updated bundled libsqlite to 3.21.0 | Christoph M. Becker | 2017-11-07 | 1 | -79/+112 |
| | |||||
* | Update to SQLite 3.20.1 | Christoph M. Becker | 2017-08-26 | 1 | -3/+3 |
| | |||||
* | Update to SQLite 3.20.0 | Christoph M. Becker | 2017-08-01 | 1 | -60/+254 |
| | |||||
* | Update to SQLite 3.19.3 | Christoph M. Becker | 2017-06-09 | 1 | -3/+3 |
| | |||||
* | Update to SQLite 3.19.2 | Christoph M. Becker | 2017-06-07 | 1 | -20/+29 |
| | |||||
* | Update to SQLite 3.18.0 | Christoph M. Becker | 2017-04-17 | 1 | -22/+43 |
| | |||||
* | Update to SQLite 3.17.0 | Christoph M. Becker | 2017-02-14 | 1 | -55/+83 |
| | |||||
* | Update to SQLite 3.16.2 | Christoph M. Becker | 2017-01-12 | 1 | -5/+9 |
| | |||||
* | Update to SQLite 3.16.1 | Christoph M. Becker | 2017-01-04 | 1 | -14/+81 |
| | |||||
* | Update to SQLite 3.15.2 | Christoph M. Becker | 2016-12-11 | 1 | -3/+3 |
| | |||||
* | Update to SQLite 3.15.1 | Christoph M. Becker | 2016-11-14 | 1 | -3/+10 |
| | |||||
* | Update to SQLite 3.15.0 | Christoph M. Becker | 2016-10-15 | 1 | -18/+40 |
| | |||||
* | Update to SQLite 3.14.2 | Christoph M. Becker | 2016-09-13 | 1 | -247/+247 |
| | |||||
* | Update to SQLite 3.14.1 | Christoph M. Becker | 2016-09-02 | 1 | -3/+3 |
| | |||||
* | Update to SQLite 3.14.0 | Christoph M. Becker | 2016-08-10 | 1 | -30/+184 |
| | |||||
* | Fix SQLite3 header files | Christoph M. Becker | 2016-07-25 | 1 | -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 Hui | 2015-12-18 | 1 | -36/+648 |
| | |||||
* | Upgrade bundled sqlite to 3.8.10.2 | Lior Kaplan | 2015-06-08 | 1 | -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.3 | Anatol Belski | 2015-03-25 | 1 | -321/+493 |
| | |||||
* | . Fixed bug #68120 Update bundled libsqlite | Anatol Belski | 2014-12-05 | 1 | -100/+257 |
| | |||||
* | Fixed bug #66967 Updated the bundled libsqlite to 3.8.4.3 | Anatol Belski | 2014-04-11 | 1 | -4/+5 |
| | |||||
* | updated libsqlite to 3.8.3.1 in 5.5 branch, too | Anatol Belski | 2014-03-10 | 1 | -229/+883 |
| | |||||
* | Update SQLite3 to the latest version | Scott MacVicar | 2011-08-09 | 1 | -86/+353 |
| | |||||
* | Upgrade SQLite to 3.7.6.3 | Scott MacVicar | 2011-06-14 | 1 | -2/+2 |
| | |||||
* | Update bundled SQLite to 3.7.6.2 | Scott MacVicar | 2011-05-13 | 1 | -69/+277 |
| | |||||
* | Upgraded bundled Sqlite3 to version 3.7.4. | Ilia Alshanetsky | 2010-12-11 | 1 | -12/+87 |
| | |||||
* | Upgraded bundled sqlite to version 3.7.3 | Ilia Alshanetsky | 2010-10-20 | 1 | -265/+531 |
| | |||||
* | Upgraded bundled Sqlite3 to version 3.7.0.1 | Ilia Alshanetsky | 2010-08-14 | 1 | -83/+264 |
| | |||||
* | Upgraded bundled sqlite to version 3.6.23.1 | Ilia Alshanetsky | 2010-03-30 | 1 | -8/+80 |
| | |||||
* | Upgraded bundled sqlite to version 3.6.22. | Ilia Alshanetsky | 2010-01-19 | 1 | -1493/+1378 |
| | |||||
* | Upgraded to Sqlite 3.6.21 | Ilia Alshanetsky | 2009-12-08 | 1 | -9/+14 |
| | |||||
* | Upgraded bundled sqlite to version 3.6.20 | Ilia Alshanetsky | 2009-11-09 | 1 | -19/+28 |
| | |||||
* | Update libsqlite to 3.6.19 | Scott MacVicar | 2009-10-16 | 1 | -7/+11 |
| | |||||
* | Upgraded bundled sqlite to version 3.6.18. | Ilia Alshanetsky | 2009-09-15 | 1 | -104/+218 |
| | |||||
* | Update libsqlite to 3.6.17. | Scott MacVicar | 2009-08-11 | 1 | -186/+205 |
| | |||||
* | Update libsqlite to 3.6.16 | Scott MacVicar | 2009-06-28 | 1 | -5/+16 |
| | |||||
* | sync SQLite 3.6.15 | Scott MacVicar | 2009-06-15 | 1 | -50/+132 |
| | |||||
* | sync SQLite 3.6.14.2 | Scott MacVicar | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | MFB: libsqlite3 3.6.14.1 upgrade | Ilia Alshanetsky | 2009-05-19 | 1 | -1/+1 |
| | |||||
* | Update bundled libsqlite to 3.6.14 | Scott MacVicar | 2009-05-07 | 1 | -105/+135 |
| | |||||
* | MFB: Upgrade to SQLite 3.6.13 | Ilia Alshanetsky | 2009-04-13 | 1 | -14/+30 |
| | |||||
* | Update libsqlite to 3.6.12 | Scott MacVicar | 2009-03-31 | 1 | -1768/+317 |
| |