- 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:
Alex Fabijanic
2014-04-29 21:25:30 -05:00
parent f038ac4e63
commit 8a9e7792d9
9 changed files with 23 additions and 6 deletions

View File

@@ -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;