summaryrefslogtreecommitdiff
path: root/ext/pdo_odbc/odbc_stmt.c
Commit message (Expand)AuthorAgeFilesLines
* - Fixed data type usage in 64bitFelipe Pena2011-06-271-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* - MFH: Fixed bug #48913 (Too long error code strings in pdo_odbc driver)Felipe Pena2009-07-151-2/+2
* MFH: Cast to SQLUSMALLINTKalle Sommer Nielsen2009-05-191-2/+2
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: nuketh C++ commentsJani Taskinen2008-08-031-2/+2
* [DOC] adds new odbc driver specific ODBC_ATTR_ASSUME_UTF8 to deal with unicod...Elizabeth Marie Smith2008-03-131-22/+221
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fix for PECL #7755; use the displayable column width as the basis for ourWez Furlong2006-10-111-4/+21
* Fix for PECL bug #8944. Could also be the same problem as pecl #7775.Wez Furlong2006-10-111-2/+14
* 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