We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40abd90 commit 45fff12Copy full SHA for 45fff12
1 file changed
src/dialect/duckdb.rs
@@ -98,7 +98,7 @@ impl Dialect for DuckDbDialect {
98
fn supports_select_wildcard_exclude(&self) -> bool {
99
true
100
}
101
-
+
102
/// DuckDB supports `NOTNULL` as an alias for `IS NOT NULL`,
103
/// see DuckDB Comparisons <https://duckdb.org/docs/stable/sql/expressions/comparison_operators#between-and-is-not-null>
104
fn supports_notnull_operator(&self) -> bool {
0 commit comments