sqlx
sqlx copied to clipboard
fix: fix example code of `query_as`
query_as.rs: 230 mismatched bracket.
query_as.rs: 230 move TIMESTAMP to TIMESTAMPTZ to match type time::OffsetDateTime.
query_as.rs: 241, 251, 260 move i64 to i32 to match postgres type INT4.
Does your PR solve an issue?
fixes #3557