query_as!
macro fails to compile with the skip
attribute
#2794
Labels
query_as!
macro fails to compile with the skip
attribute
#2794
Bug Description
The
#[sqlx(skip)]
attribute on asqlx::FromRow
struct is ignored when using with thequery_as!
macro, but works with thequery_as
function. Thecargo sqlx prepare
doesn't seem to even get to that step.Minimal Reproduction
Info
e80291b2
(v3.10.12+)sqlite, macro
rustc --version
:rustc 1.72.1 (d5c2e9c34 2023-09-13)
The text was updated successfully, but these errors were encountered: