summaryrefslogtreecommitdiff
path: root/ext/sqlite3/tests
Commit message (Expand)AuthorAgeFilesLines
* Add missing SKIPIF (sqlite)Fabien Villepinte2019-09-041-0/+2
* Report errors from stream read and write operationsNikita Popov2019-07-221-2/+2
* Implement SQLite extended result code functionalityRobert Kopack2019-07-022-0/+79
* Implement SQLite3 backup APIBohwaZ2019-06-171-0/+58
* Allow exceptions in __toString()Nikita Popov2019-06-051-0/+39
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-05-211-1/+1
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-05-211-1/+1
| |\
| | * use {TMP} placeholder in phpt testsHolly Li (WIPRO LIMITED)2019-05-211-1/+1
* | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-152-2/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-03-111-0/+40
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-03-111-0/+40
| |\ \ | | |/
| | * SQLite3: add DEFENSIVE config for SQLite >= 3.26.0 as a mitigation strategy a...bohwaz2019-03-111-0/+40
* | | Use EXPECT when possibleGabriel Caruso2019-03-112-2/+2
* | | More zpp error/variation test removalsNikita Popov2019-03-0820-567/+0
* | | Implement SQLite3Stmt::getSQL method, returning the original statement SQL, e...BohwaZ2018-12-152-0/+116
* | | Merge branch 'PHP-7.3'Christoph M. Becker2018-11-291-0/+84
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2018-11-291-0/+84
| |\ \ | | |/
| | * Fix #77051: Issue with re-binding on SQLite3BohwaZ2018-11-291-0/+84
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-154-4/+1
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-154-4/+1
* | | Fix typo in testsFabien Villepinte2018-11-192-4/+4
* | | Support SQLite3 @name notationChristoph M. Becker2018-11-111-0/+51
* | | Skip SQLite3::loadExtension tests if SQLITE_OMIT_LOAD_EXTENSION definedMizunashi Mana2018-11-083-3/+21
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-154-4/+1
* | | Unbundle libsqlite3Christoph M. Becker2018-10-061-1/+5
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-09-163-3/+3
|/ /
* | Merge branch 'PHP-7.2'Christoph M. Becker2018-07-261-0/+19
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-07-261-0/+19
| |\
| | * Fix #76665: SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggleChristoph M. Becker2018-07-261-0/+19
| | * fixed typoMarkus Staab2017-03-291-1/+1
* | | Give a reason why the test was skippedGabriel Caruso2018-07-223-4/+4
* | | remove support for string|unicode in testsGabriel Caruso2018-02-223-5/+5
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2015-15/+15
* | | Add and fix SKIPIF sectionsGabriel Caruso2018-02-041-2/+2
* | | add new test to uncoverage SQLite3 method.marcosptf2017-07-251-0/+20
|/ /
* | Change flags to use SQLITE3_OPEN_READ* constants instead of a fake-boolean, a...BohwaZ2017-06-081-1/+13
* | Implement writing to BLOBs in SQLite3BohwaZ2017-05-181-0/+18
* | fixed typoMarkus Staab2017-03-291-1/+1
* | Merge branch 'PHP-7.1'Remi Collet2017-03-291-1/+4
|\ \ | |/
| * Fix buid with system libsqlite, see bug #74217Remi Collet2017-03-291-1/+4
* | Merge branch 'PHP-7.1'Nikita Popov2017-03-121-0/+29
|\ \ | |/
| * Implement FR #74217: deterministic sqlite functionsandrewnester2017-03-121-0/+29
* | Remove more PHP 6 leftovers from testsNikita Popov2016-11-243-3/+3
* | Fix CRLF line-endings in testsNikita Popov2016-11-201-26/+26
* | Merge branch 'PHP-7.1'Dmitry Stogov2016-11-161-32/+0
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2016-11-161-32/+0
| |\
* | \ Merge branch 'PHP-7.1'Christoph M. Becker2016-11-161-0/+32
|\ \ \ | |/ /
| * | 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