sqlite-jdbc
sqlite-jdbc copied to clipboard
TIMESTAMP not detected for valueType SQLITE_TEXT with typeName "TIMESTAMP"
Timestamp detection has been added in #114 , but only for SQLITE_INTEGER, not for SQLITE_TEXT. The problem can be observed if one export a typestamp column from QGIS. It is exported in the TEXT format with the type TIMESTAMP, but JDBC3ResultSet.getColumnType() returns VARCHAR sql data type so that importer has few chance to guess it contains TIMESTAMPs.