summaryrefslogtreecommitdiff
path: root/ext/pdo_odbc/tests
Commit message (Expand)AuthorAgeFilesLines
* 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