sqlx/sqlx-macros-core
Elliot Speck 4b254ea1cb
sqlite date macro support (#2491)
* 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.
2023-06-30 14:56:32 -07:00
..
src sqlite date macro support (#2491) 2023-06-30 14:56:32 -07:00
Cargo.toml feat(prepare): move to one-file-per-query for offline mode 2023-03-01 19:17:21 -08:00