summaryrefslogtreecommitdiff
path: root/ext/pdo_odbc
Commit message (Expand)AuthorAgeFilesLines
...
* replace pdo_odbc tests with new redirection thingyWez Furlong2005-07-0630-1816/+46
* build related adjustments.Wez Furlong2005-06-222-2/+15
* Bring PDO_ODBC tests in sync with PDO base tests.Dan Scott2005-06-159-2/+523
* Partial revert: AC_DEFINE / PHP_HAVE_DEF need to be called once only per macrofoobar2005-06-141-31/+29
* - Fixed some places which might cause problemsfoobar2005-06-141-48/+56
* - Added PHP_CHECK_PDO_INCLUDES macro (caches the result)foobar2005-06-141-19/+9
* hunting for a bug. Looks like it might be yet-another-mysterious-shutdown pr...Wez Furlong2005-06-111-13/+12
* PDO_ODBC returns strings for all data types. Bring expected output in line.Dan Scott2005-06-111-8/+8
* become a better config.m4 citizenWez Furlong2005-06-111-3/+4
* Fix for PECL #3714: beginTransaction doesn't work if you're in auto-commit mode.Wez Furlong2005-06-111-2/+32
* test commitWez Furlong2005-06-061-0/+2
* - Unify the "configure --help" textsfoobar2005-05-291-25/+18
* Removed unused var.Ilia Alshanetsky2005-04-191-3/+2
* 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
* If pdo is disabled, skip all the pdo extensions.Rasmus Lerdorf2005-02-281-0/+3
* symlinked pdo drivers under ext.Wez Furlong2005-02-171-3/+3
* fix aclocal "underquoted argument" warningsHartmut Holzgraefe2005-02-131-1/+1
* tidy up error caseWez Furlong2005-02-131-5/+4
* typo-fix error messageWez Furlong2005-02-131-2/+1
* Correct the pdo header search orderWez Furlong2005-02-131-3/+3
* disable dep for pecl releaseWez Furlong2005-02-091-1/+1
* prep for releaseWez Furlong2005-02-092-7/+6
* a working implementation of LOB input parameters for ODBC.Wez Furlong2005-02-071-17/+16
* This might allow piecewise sending of LOB data for input parameters.Wez Furlong2005-02-072-9/+126
* Implement input/output parametersWez Furlong2005-02-071-2/+5
* centralize this defineWez Furlong2005-02-072-9/+9
* make configure smarter.Wez Furlong2005-02-062-21/+16
* support getting some more attributesWez Furlong2005-02-062-3/+47
* picky picky.Wez Furlong2005-01-211-4/+7
* Allow static build (better detection of PDO headers).Wez Furlong2005-01-212-2/+18
* make use of the query rewriter (even though it doesn't do anything yet)Wez Furlong2005-01-211-25/+25
* Eliminate unused parameter.Wez Furlong2005-01-211-1/+1
* Take a stab at implementing out parameters for odbcWez Furlong2005-01-191-3/+5
* add depWez Furlong2005-01-191-0/+1
* allow static linkage.Wez Furlong2005-01-192-2/+3
* *compile before commit *Wez Furlong2005-01-191-3/+3
* implement nextRowset for ODBCWez Furlong2005-01-191-10/+40
* Allow drivers to select bind emulation on a per statement basisWez Furlong2005-01-181-1/+1
* tidy up a few thingsWez Furlong2005-01-172-10/+27
* Missing 1Wez Furlong2005-01-171-1/+1
* Support scrollable cursorsWez Furlong2005-01-121-2/+15
* Add configure support for ODBCRouter and generic ODBC libs.Wez Furlong2005-01-122-3/+36