sqlx/tests/ui/postgres/issue_30.rs
Austin Bonander efed9b3d6d sqlx-macros: fix handling of invalid idents
add regression test with Trybuild

fix lint warnings as otherwise Trybuild wanted to include them
2020-01-21 01:52:57 -08:00

3 lines
66 B
Rust

fn main() {
let query = sqlx::query!("select 1 as \"'1\"");
}