bsql 0.27.0

Safe SQL for Rust — if it compiles, the SQL is correct
Documentation
1
2
3
4
5
6
7
error: column "budget": column type is NUMERIC (OID 1700) — enable feature "decimal" in bsql
 --> tests/compile_fail_features/missing_decimal.rs:5:13
  |
5 |     let _ = bsql::query!("SELECT id, budget 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)