Hi,
Poco currently doesn't support 64 bit intergers with SQLite, Utility::getColumnType() always returns MetaColumn::FDT_INT32 for integers. This means a 64 bit value is converted to 32 bits, giving invalid results.
Wouldn't it be better/safer to always return MetaColumn::FDT_INT64 for integers ?
Ronny





