summaryrefslogtreecommitdiff
path: root/ext/sqlite3/tests
Commit message (Expand)AuthorAgeFilesLines
* Improve parameter names in ext/sqlite3Dharman2020-10-061-2/+2
* Run tidyNikita Popov2020-09-188-9/+9
* Use Error for uninitialized SQLite objectGeorge Peter Banyard2020-09-122-7/+13
* Fix SKIPIF section for SQLite3 testGeorge Peter Banyard2020-09-121-0/+3
* Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-091-1/+1
* Add a few callable method parameter types to ext/sqlite3Máté Kocsis2020-08-141-6/+15
* Use EXPECT instead of EXPECTF when possible EXPECTF logic in run tests is co...Gabriel Caruso2020-04-272-2/+2
* Merge branch 'PHP-7.4'Christoph M. Becker2020-03-091-1/+1
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-091-1/+1
| |\
| | * Enclose INI values containing {TMP} in quotesChristoph M. Becker2020-03-091-1/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-02-211-0/+34
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-211-0/+34
| |\ \ | | |/
| | * Fix #79294: ::columnType() may fail after SQLite3Stmt::reset()Christoph M. Becker2020-02-211-0/+34
* | | Reindent phpt filesNikita Popov2020-02-0333-134/+134
* | | Add setAuthorizer method to SQLite3BohwaZ2019-12-201-0/+104
* | | Clean DONE tags from testsFabien Villepinte2019-11-074-8/+0
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-09-041-0/+2
|\ \ \ | |/ /
| * | Add missing SKIPIF (sqlite)Fabien Villepinte2019-09-041-0/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2019-07-221-2/+2
|\ \ \ | |/ /
| * | Report errors from stream read and write operationsNikita Popov2019-07-221-2/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2019-07-022-0/+79
|\ \ \ | |/ /
| * | Implement SQLite extended result code functionalityRobert Kopack2019-07-022-0/+79
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-06-171-0/+58
|\ \ \ | |/ /
| * | Implement SQLite3 backup APIBohwaZ2019-06-171-0/+58
* | | Merge branch 'PHP-7.4'Nikita Popov2019-06-051-0/+39
|\ \ \ | |/ /
| * | Allow exceptions in __toString()Nikita Popov2019-06-051-0/+39
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-05-211-1/+1
|\ \ \ | |/ /
| * | 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
* | | | Merge branch 'PHP-7.4'Peter Kokot2019-03-152-2/+2
|\ \ \ \ | |/ / /
| * | | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-152-2/+2
* | | | Merge branch 'PHP-7.4'Christoph M. Becker2019-03-111-0/+40
|\ \ \ \ | |/ / /
| * | | 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
* | | | Adjust tests for zpp TypeError changeNikita Popov2019-03-112-7/+1
|/ / /
* | | 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