Macro sqlx_oldapi::query_unchecked 
source · macro_rules! query_unchecked { ($query:expr) => { ... }; ($query:expr, $($args:tt)*) => { ... }; }
Available on crate feature 
macros only.Expand description
A variant of query! which does not check the input or output types. This still does parse the query to ensure it’s syntactically and semantically valid for the current database.