php-src/ext/odbc/tests
Keyur Govande df9078ea55 Fix for bug #68087 (ODBC not reading DATE columns correctly)
Temporary variable indicating column field type ID should be
reset to default for loop iteration (i.e. every column in the
record set. The old buggy code made it persist across all columns
leading to invalid reads from the buffer, if for example a DATE
column was preceded by a VARCHAR column.
2014-10-07 21:17:36 +00:00
..
bug60616.phpt Corrected patch for bug #60616 2014-07-30 02:28:31 +00:00
bug68087.phpt Fix for bug #68087 (ODBC not reading DATE columns correctly) 2014-10-07 21:17:36 +00:00
config.inc
odbc_columnprivileges_001.phpt
odbc_columns_001.phpt Corrected patch for bug #60616 2014-07-30 02:28:31 +00:00
odbc_data_source_001.phpt
odbc_exec_001.phpt
odbc_exec_002.phpt
odbc_free_result_001.phpt Corrected patch for bug #60616 2014-07-30 02:28:31 +00:00
odbc_tables_001.phpt
skipif.inc