php-src/ext/pdo_mysql
Wez Furlong fdd42afa6c Fixup LOB handling for inserts (refs #34630).
Also tripped over the return of PECL #5200; looks like mysql doesn't return an
accurate length for the columns.  The PDO driver will sanity check the real
length against the buffer size it allocated (based on the info provided by
mysql), so that we won't overrun the buffer.  In addition, if a varchar field
is reported as having a length of less than 128, we'll allocate 128 just in
case.

If the data is truncated, report it via the appropriate sqlstate code.

There must be a better way to do this stuff.
2005-09-25 02:05:03 +00:00
..
tests MFH: Make PDO use class constants 2005-09-20 00:35:21 +00:00
config.m4 fix typo 2005-09-24 23:23:25 +00:00
config.w32 Fix extension name 2004-08-15 15:56:33 +00:00
CREDITS Update prepare() prototype. 2004-05-19 12:40:11 +00:00
get_error_codes.php initial checkin 2005-02-27 11:29:17 +00:00
mysql_driver.c MFH: Fix error detection for queries such as OPTIMIZE 2005-09-14 15:34:58 +00:00
mysql_statement.c Fixup LOB handling for inserts (refs #34630). 2005-09-25 02:05:03 +00:00
package.xml update package.xml files and version numbers, in anticipation of a big bunch of releases. 2005-09-11 05:27:30 +00:00
pdo_mysql.c Remove pointless PDO_ prefix 2005-09-20 00:44:51 +00:00
php_pdo_mysql_int.h Missing bit of the previous commits 2005-07-20 16:22:09 +00:00
php_pdo_mysql_sqlstate.h error code mapping (generated from mysql 5 sql_state.h file using 2005-02-27 11:31:49 +00:00
php_pdo_mysql.h Enable native mysql 4.1.x prepared statement support 2005-07-03 02:20:08 +00:00