Skip to content

Commit

Permalink
Add some datatypes
Browse files Browse the repository at this point in the history
  • Loading branch information
lurcher committed Feb 12, 2025
1 parent ba1a44d commit 60511cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DriverManager/SQLBindCol.c
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ int check_target_type( int c_type, int connection_mode)
}

switch( c_type ) {
case SQL_UNKNOWN_TYPE:
case SQL_C_CHAR:
case SQL_C_LONG:
case SQL_C_SHORT:
Expand Down Expand Up @@ -187,6 +186,7 @@ int check_target_type( int c_type, int connection_mode)
case SQL_ROW:
case SQL_ARRAY:
case SQL_MULTISET:
case SQL_VARIANT_TYPE:
#endif /* ODBCVER >= 0x0400 */
#if (ODBCVER >= 0x0300)
case SQL_ARD_TYPE:
Expand Down

0 comments on commit 60511cc

Please sign in to comment.