Skip to content

Commit 9ffc546

Browse files
authored
Make GenericDialect support from-first syntax (apache#1911)
1 parent abd80f9 commit 9ffc546

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
@@ -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)