Alboni Messages: 216 Registered: January 2012 Location: Kajaani, Finland
Experienced Member
Hello, I see some issue with SqLite3 lately that didn't exist before.
They have to do with the datatype of the results of a query.
issue 1 : SqlMax(some time column) returns WSTRING_V result instead of TIME_V
issue 2 : Selecting a BOOL column also returns WSTRING_V result instead of BOOL_V
again, it only applies to SqLite, on MySql it works correctly