You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for extra non-standard "DATETIME UTC" type for sqlite
This allows us to explicitly opt into using `DateTime<Utc>` instead of `NaiveDateTime` without doing conversions at query time (either via `col as "col: DateTime<Utc>" or mapping the results manually).
Ref: launchbadge#598 (comment)
0 commit comments