summaryrefslogtreecommitdiff
path: root/ext/pdo_odbc/odbc_stmt.c
Commit message (Expand)AuthorAgeFilesLines
...
* This might allow piecewise sending of LOB data for input parameters.Wez Furlong2005-02-071-9/+121
* Implement input/output parametersWez Furlong2005-02-071-2/+5
* make configure smarter.Wez Furlong2005-02-061-1/+1
* support getting some more attributesWez Furlong2005-02-061-1/+29
* picky picky.Wez Furlong2005-01-211-4/+7
* Take a stab at implementing out parameters for odbcWez Furlong2005-01-191-3/+5
* *compile before commit *Wez Furlong2005-01-191-3/+3
* implement nextRowset for ODBCWez Furlong2005-01-191-10/+40
* tidy up a few thingsWez Furlong2005-01-171-3/+4
* Support scrollable cursorsWez Furlong2005-01-121-2/+15
* remove error map; odbc speaks SQLSTATE nativelyWez Furlong2005-01-071-2/+1
* 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
* Fix doer()Wez Furlong2004-05-221-3/+3
* Let is build under unix.Wez Furlong2004-05-171-1/+3
* ODBC (v3 ish) driver for PDO.Wez Furlong2004-05-171-0/+231