mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
ODBC: Fix DataFormatException getting Time value from SQL Server (#3802)
This commit is contained in:
parent
85f74867ef
commit
abd06ab4d9
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user