summaryrefslogtreecommitdiff
path: root/ext/pdo_odbc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix buildWez Furlong2005-01-111-1/+0
* remove error map; odbc speaks SQLSTATE nativelyWez Furlong2005-01-073-60/+8
* more method table adjustments.Wez Furlong2004-09-231-0/+1
* Allow use of scrollable cursor for ODBCWez Furlong2004-05-251-1/+21
* Use the correct label for the error messageWez Furlong2004-05-251-1/+1
* Allow setting the cursor name for ODBC statements, so that:Wez Furlong2004-05-251-1/+30
* Add flag to control the use of the ODBC cursor emulation library.Wez Furlong2004-05-253-0/+19
* prep for releaseWez Furlong2004-05-222-3/+5
* Fix buglet in dbh closing.Wez Furlong2004-05-222-2/+4
* Enable ODBC Connection Pooling.Wez Furlong2004-05-223-1/+61
* ok MSVC, why didn't you spot *that* one??Wez Furlong2004-05-221-4/+4
* Fix doer()Wez Furlong2004-05-224-31/+151
* Prep for releaseWez Furlong2004-05-213-16/+35
* Implement ODBC doer.Ilia Alshanetsky2004-05-211-1/+15
* Fix return type here tooWez Furlong2004-05-211-1/+1
* Update for placeholder flagsWez Furlong2004-05-211-3/+3
* CosmeticsEdin Kadribasic2004-05-191-2/+2
* update prototypeWez Furlong2004-05-191-1/+1
* Update to match new prototypeWez Furlong2004-05-181-1/+1
* package.xmlWez Furlong2004-05-181-0/+44
* Let is build under unix.Wez Furlong2004-05-173-13/+105
* ODBC (v3 ish) driver for PDO.Wez Furlong2004-05-179-0/+831