summaryrefslogtreecommitdiff
path: root/ext/odbc/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-08-281-0/+14
|\
| * Fix #78473: odbc_close() closes arbitrary resourcesChristoph M. Becker2019-08-281-0/+14
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-143-3/+3
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-143-3/+3
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* | Give a reason why the test was skippedGabriel Caruso2018-07-221-1/+1
* | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-201-1/+1
* | Fix some misspellingsGabriel Caruso2018-02-061-1/+1
* | Use int instead of integer in type errorsGabriel Caruso2018-02-042-3/+3
* | Merge branch 'PHP-7.2'Anatol Belski2018-01-221-0/+55
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-221-0/+55
| |\
| | * Fixed bug #73725 Unable to retrieve value of varchar(max) typeAnatol Belski2018-01-221-0/+55
* | | Tell the diff by returning NULL, if system has no ODBC data sourcesAnatol Belski2017-12-201-1/+6
|/ /
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-201-6/+4
|\ \ | |/
| * Templatize driver name in the expected stringAnatol Belski2017-12-201-6/+4
* | Remove more PHP 6 leftovers from testsNikita Popov2016-11-241-2/+2
|/
* Add test for bug #73448Anatol Belski2016-11-071-0/+52
* Port patch and test for bug #47803 to 7.0Anatol Belski2016-02-241-0/+185
* add test for bug #71171Anatol Belski2016-02-231-0/+43
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-02-231-3/+14
|\
| * make ext/odbc test credentials configurableAnatol Belski2016-02-231-3/+14
* | Merge branch 'PHP-5.6'Christoph M. Becker2015-07-031-0/+32
|\ \ | |/
| * Fix #69975: PHP segfaults when accessing nvarchar(max) defined columnsChristoph M. Becker2015-07-031-0/+32
| * added test for bug #69354Anatol Belski2015-04-041-0/+43
| * revert skipif, this should run everywhereAnatol Belski2015-04-041-5/+0
| * test fixesAnatol Belski2015-04-044-1/+16
* | added test for bug #69354Anatol Belski2015-04-021-0/+43
* | revert skipif, this should run everywhereAnatol Belski2015-04-021-5/+0
* | test fixesAnatol Belski2015-04-024-1/+16
* | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-212-3/+3
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
* | Merge branch 'PHP-5.6'Keyur Govande2014-10-071-0/+57
|\ \ | |/
| * Fix for bug #68087 (ODBC not reading DATE columns correctly)Keyur Govande2014-10-071-0/+57
* | ext/odbc support for phpng (incomplete)Dmitry Stogov2014-08-121-2/+2
|/
* Corrected patch for bug #60616Keyur Govande2014-07-303-6/+71
* - New testsFelipe Pena2009-05-146-0/+200
* - Starting tests for this extensionFelipe Pena2009-05-113-0/+58