bsql 0.26.2

Safe SQL for Rust — if it compiles, the SQL is correct
Documentation
1
2
3
4
5
6
7
error: column "deadline": column type is TIMESTAMPTZ (OID 1184) — enable feature "time" or "chrono" in bsql
 --> tests/compile_fail_features/missing_time.rs:5:13
  |
5 |     let _ = bsql::query!("SELECT id, deadline FROM tickets WHERE id = $id: i32");
  |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the macro `bsql::query` (in Nightly builds, run with -Z macro-backtrace for more info)