php-src/ext/pdo_odbc
Wez Furlong c5df14364b Fix for #36342; ODBC won't let you bind variables by buffer after "long"
columns.

We simply add a flag that indicates if we've seen any long columns and will
continue to bind the columns the slow way.

While we're at it, increase the maximum length of the column names that we can
handle.
2006-03-27 21:04:12 +00:00
..
tests MFH: use PDO:: class constants 2005-09-20 00:46:02 +00:00
config.m4 prep for pecl release 2005-07-27 03:22:03 +00:00
config.w32 ODBC (v3 ish) driver for PDO. 2004-05-17 15:43:01 +00:00
CREDITS ODBC (v3 ish) driver for PDO. 2004-05-17 15:43:01 +00:00
EXPERIMENTAL test commit 2005-06-06 17:47:49 +00:00
odbc_driver.c Possible fixes for #35552, #35592 and #35620. 2005-12-14 04:56:22 +00:00
odbc_stmt.c Fix for #36342; ODBC won't let you bind variables by buffer after "long" 2006-03-27 21:04:12 +00:00
package2.xml switch to package2.xml 2005-12-04 22:34:26 +00:00
pdo_odbc.c switch to package2.xml 2005-12-04 22:34:26 +00:00
php_pdo_odbc_int.h Fix for #36342; ODBC won't let you bind variables by buffer after "long" 2006-03-27 21:04:12 +00:00
php_pdo_odbc.h Fix handling of parameter binding. 2005-07-07 12:49:21 +00:00