Skip to content

Commit 9240c0b

Browse files
simonvandelayman-sigma
authored andcommitted
Make GenericDialect support from-first syntax (apache#1911)
1 parent e30b6bf commit 9240c0b

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)