Skip to content

Commit 503f052

Browse files
committed
enable supports_filter_during_aggregation for generic
1 parent 81d8909 commit 503f052

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/dialect/generic.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,8 @@ impl Dialect for GenericDialect {
163163
fn supports_comma_separated_set_assignments(&self) -> bool {
164164
true
165165
}
166+
167+
fn supports_filter_during_aggregation(&self) -> bool {
168+
true
169+
}
166170
}

0 commit comments

Comments
 (0)