Bug #92
toSql of a date doesn't play well with SqLite
| Status : | New | Start : | 08/26/2008 | |
| Priority : | Normal | Due date : | ||
| Assigned to : | - | % Done : | 0% |
|
| Category : | - | |||
| Target version : | - | |||
| Resolution : |
Description
Sqlite treat dates as Strings, and for some reason comparisons don't work well with the EpochTime representation used by HDBC.
Google says the ISO 8601 representation solves that problem in Sqlite.