Closed peterdutey closed 2 years ago
Supporting timestamps and dates in SQLite implementation was evaluated as part of branch feature/sqlite_upgrade with RSQLite 2.2.12-2.2.14.
To date this change does not appear to be feasible as long as timestamps are not propagated in complex queries. This is a deeper SQLite issue. More detail here
Goodbye SQLite!
RSQLite 2.2.3 (2021-01-24) introduces better date handling dbConnect() gains an extended_types argument that adds support for date, time and timestamp columns. If a column has a declared type DATE, TIME or TIMESTAMP, it is returned as Date, hms or POSIXct value, respectively (#333, @anderic1).