Skip to content

Commit e1caf3f

Browse files
committed
Make GenericDialect support from-first syntax
The docs for `GenericDialect` says that is can be permissive
1 parent 3bc9423 commit e1caf3f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/dialect/generic.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ impl Dialect for GenericDialect {
112112
true
113113
}
114114

115+
fn supports_from_first_select(&self) -> bool {
116+
true
117+
}
118+
115119
fn supports_asc_desc_in_column_definition(&self) -> bool {
116120
true
117121
}

0 commit comments

Comments
 (0)