summaryrefslogtreecommitdiff
path: root/ext/pdo_odbc/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-03-182-0/+65
|\
| * Fix #80783: PDO ODBC truncates BLOB records at every 256th byteChristoph M. Becker2021-03-182-0/+65
* | Fix signed/unsigned warnings in PDO ODBCNikita Popov2021-03-171-0/+2
* | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-281-0/+17
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-281-0/+17
| |\
| | * Fix #67465: NULL Pointer dereference in odbc_handle_preparerChristoph M. Becker2020-09-281-0/+17
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-152-2/+0
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-141-1/+1
* | | Run tidyNikita Popov2020-09-181-4/+4
* | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-092-0/+2
* | | Reindent phpt filesNikita Popov2020-02-032-35/+35
|/ /
* | Prevent further potential test conflictsChristoph M. Becker2019-05-141-0/+1
* | Replace dirname(__FILE__) by __DIR__ in testsFabien Villepinte2019-03-151-1/+1
* | updated typo in testRodrigo Prado2019-02-091-1/+1
* | Remove local variablesPeter Kokot2019-02-033-3/+3
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-152-2/+0
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-141-1/+1
* | Trim trailing whitespace in testsGabriel Caruso2018-10-141-4/+4
|/
* Ensure expected items delivered in same orderAnatol Belski2017-12-211-12/+11
* Fix ODBC bug for varchars returning with length zeroElizabeth Marie Smith2016-04-011-0/+46
* Fixed bug #62379 failing ODBC long column functionalityMatt Ficken2012-07-132-17/+140
* Fix for PECL #7755; use the displayable column width as the basis for ourWez Furlong2006-10-111-1/+3
* MFH: use PDO:: class constantsWez Furlong2005-09-201-2/+2
* try to make the test a bit more portableWez Furlong2005-07-191-3/+9
* Closes #33533 by implementing proper dynamic fetching of long text columns.Wez Furlong2005-07-191-0/+38
* more paranoia about the attribute param here tooWez Furlong2005-07-071-1/+3
* replace pdo_odbc tests with new redirection thingyWez Furlong2005-07-0630-1816/+46
* build related adjustments.Wez Furlong2005-06-221-1/+6
* Bring PDO_ODBC tests in sync with PDO base tests.Dan Scott2005-06-159-2/+523
* PDO_ODBC returns strings for all data types. Bring expected output in line.Dan Scott2005-06-111-8/+8
* Add test for PDOStatement::getColumnMeta().Dan Scott2005-03-091-0/+84
* Add simple tests for insert through PDO::prepare/PDOStatement::execute.Dan Scott2005-03-081-0/+20
* Add a test for PDOStatement::columnCount().Dan Scott2005-03-081-0/+21
* Test PDO::beginTransaction and PDO::rollBack.Dan Scott2005-03-051-0/+21
* Missed this one...Dan Scott2005-03-051-0/+183
* One more PDO_ODBC test (tested with DB2 V8.2).Dan Scott2005-03-031-0/+81
* Next three tests for PDO_ODBC (tested with DB2 V8.2).Dan Scott2005-03-033-0/+184
* Next batch of tests for PDO_ODBC (tested against DB2 V8.2).Dan Scott2005-03-034-0/+244
* Begin porting standard PDO tests to PDO_ODBC, testing against DB2.Dan Scott2005-03-039-0/+452