sqlx icon indicating copy to clipboard operation
sqlx copied to clipboard

fix: fix example code of `query_as`

Open xuehaonan27 opened this issue 1 year ago • 0 comments

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

xuehaonan27 avatar Oct 11 '24 17:10 xuehaonan27