mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-01 21:13:10 +01:00
ODBC: Fix DataFormatException getting Time value from SQL Server (#3802)
This commit is contained in:
@@ -160,6 +160,7 @@ void ODBCMetaColumn::init()
|
||||
setType(MetaColumn::FDT_DATE); break;
|
||||
|
||||
case SQL_TYPE_TIME:
|
||||
case -154: //MS SQL Server custom type SQL_SS_TIME2
|
||||
setType(MetaColumn::FDT_TIME); break;
|
||||
|
||||
case SQL_TYPE_TIMESTAMP:
|
||||
|
||||
Reference in New Issue
Block a user