summaryrefslogtreecommitdiff
path: root/ext/sqlite3/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix #76665: SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggleChristoph M. Becker2018-07-261-0/+19
* fixed typoMarkus Staab2017-03-291-1/+1
* Fix buid with system libsqlite, see bug #74217Remi Collet2017-03-291-1/+4
* Implement FR #74217: deterministic sqlite functionsandrewnester2017-03-121-0/+29
* Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-161-32/+0
|\
* \ Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-11-161-0/+32
|\ \
| * \ Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-11-161-0/+32
| |\ \ | | |/ | |/|
| | * Fix #73530: Unsetting result set may reset other result setChristoph M. Becker2016-11-161-0/+32
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-10-183-2/+28
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-10-173-2/+28
| |\ \ | | |/
| | * Fix #73333: 2147483647 is fetched as stringChristoph M. Becker2016-10-173-2/+28
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-09-131-0/+37
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-09-131-0/+37
| |\ \ | | |/
| | * add test for bug #73068Anatol Belski2016-09-131-0/+37
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-09-031-0/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-09-031-0/+2
| |\ \ | | |/
| | * Make test case more resilientChristoph M. Becker2016-09-031-0/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-271-7/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-271-7/+2
| |\ \ | | |/
| | * Implement #72653: SQLite should allow opening with empty filenameChristoph M. Becker2016-07-271-7/+2
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-07-251-4/+21
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-07-251-4/+21
| |\ \ | | |/
| | * Further fixes wrt. bug #72668Christoph M. Becker2016-07-251-0/+41
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-07-251-0/+24
|\ \ \ | |/ /
| * | Fixed bug #72668 (Spurious warning when exception is thrown in user defined f...Xinchen Hui2016-07-251-0/+24
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-07-111-0/+21
|\ \ \ | |/ /
| * | Fixed bug #72571 (SQLite3::bindValue, SQLite3::bindParam crash)Xinchen Hui2016-07-111-0/+21
* | | Merge branch 'PHP-7.0'Christoph M. Becker2016-06-271-0/+55
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Christoph M. Becker2016-06-271-0/+55
| |\ \ | | |/
| | * Fix #70628: Clearing bindings on an SQLite3 statement doesn't workChristoph M. Becker2016-06-271-0/+55
* | | Fixed the UTF-8 and long path support in the streams on Windows.Anatol Belski2016-06-201-0/+22
|/ /
* | Fixed bug #68849 bindValue is not using the right data typeAnatol Belski2016-04-121-0/+71
* | Fixed Bug #71049 (SQLite3Stmt::execute() releases bound parameter instead of...Xinchen Hui2015-12-071-0/+21
* | fix crash in sqlite when executing with bound stream paramAnatol Belski2015-11-051-0/+39
* | Merge branch 'PHP-5.6'Xinchen Hui2015-07-071-0/+28
|\ \ | |/
| * Fixed bug #69972 (Use-after-free vulnerability in sqlite3SafetyCheckSickOrOk())Xinchen Hui2015-07-071-0/+28
* | Merge branch 'master' into throwable-interfaceAaron Piotrowski2015-05-173-3/+3
|\ \
| * | Tweak uncaught exception message displayNikita Popov2015-05-173-3/+3
* | | Updated tests to reflect exception class changes.Aaron Piotrowski2015-05-161-1/+1
|/ /
* | Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-1/+1
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-051-0/+23
|\ \ | |/
| * Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2015-04-051-0/+23
| |\
| | * Fix bug #66550 (SQLite prepared statement use-after-free)Stanislav Malyshev2015-04-051-0/+23
| * | fix dir separator in testAnatol Belski2015-03-251-1/+1
* | | Merge branch 'pull-request/1091'Stanislav Malyshev2015-03-221-2/+1
|\ \ \ | |/ / |/| |
| * | Stop trying to call the callback after it has thrown an exception. Also, as a...Danack2015-02-161-3/+2
| * | Fix freeing null segfault. Added test for behaviour.Danack2015-01-061-0/+32
* | | Fix #68760: Fix freeing null segfault. Added test for behaviour.Danack2015-03-221-0/+36
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Lars Strojny2013-01-142-0/+54
|\ \ | |/
| * Fixed bug #63921: sqlite3::bindvalue and relative PHP functions aren't using ...Lars Strojny2013-01-142-0/+54