The following changes were made to SQLGetTypeInfo results:
Values COLUMN_SIZE, MINIMUM_SCALE, and MAXIMUM_SCALE were changed to reflect that fractional seconds are supported.
Values COLUMN_SIZE, MINIMUM_SCALE, and MAXIMUM_SCALE were changed to reflect that fractional seconds are supported.
Value COLUMN_SIZE was set to 2GB-1.
CASE_SENSITIVE was changed to TRUE.
SEARCHABLE was changed to SQL_UNSEARCHABLE.
Value COLUMN_SIZE, was set to 2GB-1.
CASE_SENSITIVE was changed to TRUE.
SEARCHABLE was changed to SQL_LIKE_ONLY based on the documented behavior.
Note: The LVARCHAR data type is recommended for CLOB support.
Value COLUMN_SIZE was set to 8192.
Value COLUMN_SIZE was set to 8192.
Value COLUMN_SIZE was set to 2GB-1.
SEARCHABLE was changed to SQL_UNSEARCHABLE.
Value COLUMN_SIZE was set to 2GB-1.
SEARCHABLE was changed to SQL_UNSEARCHABLE.
Note: The LVARBINARY data type is recommended for BLOB support.