mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-17 01:15:59 +01:00
- fixed GH #362: Defect in Var::parseString when there is no space between value and newline
- fixed GH #314: JSON parsing bug - added GH #313: MetaColumn additions for Data::ODBC and Data::SQLite
This commit is contained in:
@@ -107,6 +107,7 @@ void ODBCMetaColumn::init()
|
||||
case SQL_CHAR:
|
||||
case SQL_VARCHAR:
|
||||
case SQL_LONGVARCHAR:
|
||||
case -8:// PostgreSQL CHAR (with size specified - psqlODBC)
|
||||
case -9:// SQL Server NVARCHAR
|
||||
case -10:// PostgreSQL VARCHAR (without size specified)
|
||||
setType(MetaColumn::FDT_STRING); break;
|
||||
|
||||
Reference in New Issue
Block a user