summaryrefslogtreecommitdiff
path: root/ext/pdo_odbc/odbc_stmt.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for #36342; ODBC won't let you bind variables by buffer after "long"Wez Furlong2006-03-271-2/+6
* Fix for PECL #5433 (rowCount() not set)Wez Furlong2005-09-301-0/+4
* this should always be a string here, but just in case, convert it.Wez Furlong2005-07-191-0/+1
* Closes #33533 by implementing proper dynamic fetching of long text columns.Wez Furlong2005-07-191-13/+88
* Limit the size of columns to 64K, so we don't try to allocate 2GB for each textWez Furlong2005-07-191-0/+6
* don't free the cols until we know we have another rowsetWez Furlong2005-07-091-2/+1
* DB2 wants us to use the proper ODBC 3 function for closing a cursor.Wez Furlong2005-07-071-4/+4
* Fix handling of parameter binding.Wez Furlong2005-07-071-25/+107
* Removed unused var.Ilia Alshanetsky2005-04-191-3/+2
* tidy up error caseWez Furlong2005-02-131-5/+4
* typo-fix error messageWez Furlong2005-02-131-2/+1
* 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-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