mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-02 07:21:08 +00:00

* sqlx-macros-core: Add handling of the 'DATE' pseudo-type in in the sqlite library. Presently this only functions for the `time` feature, because I don't use the `chrono` feature. * Update sqlite.rs Add chrono date support. * Update sqlite.rs rustfmt * Update sqlite.rs Switch order of time::OffsetDateTime and time::PrimitiveDateTime.