mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-09-13 09:17:20 -07:00
Updated odbc32-fixes patchset
Small correction to version.
This commit is contained in:
parent
215e6efd27
commit
2c482721e3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user