Updated odbc32-fixes patchset

Small correction to version.
This commit is contained in:
Alistair Leslie-Hughes 2024-07-19 07:42:33 +10:00
parent 215e6efd27
commit 2c482721e3

View File

@ -26,7 +26,7 @@ index a66ec99b913..a9d23c94504 100644
+ /* Convert back for ODBC3 drivers */
+ if (num_attr && field_id == SQL_COLUMN_TYPE &&
+ handle->env_attr_version == SQL_OV_ODBC2 &&
+ handle->driver_ver == SQL_OV_ODBC3)
+ handle->driver_ver == SQL_OV_ODBC2)
+ {
+ if (*num_attr == SQL_TIME)
+ *num_attr = SQL_TYPE_TIME;