We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5363ae commit 8d85dbdCopy full SHA for 8d85dbd
1 file changed
diesel/src/query_builder/ast_pass.rs
@@ -312,5 +312,6 @@ where
312
/// This is used to pass down additional settings to the `AstPass`
313
/// when rendering the sql string.
314
pub(crate) struct AstPassToSqlOptions {
315
+ #[cfg(feature = "skip-from")]
316
skip_from: bool,
317
}
0 commit comments