mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Make GenericDialect
support from-first syntax
The docs for `GenericDialect` says that is can be permissive
This commit is contained in:
parent
3bc94234df
commit
e1caf3f6c0
1 changed files with 4 additions and 0 deletions
|
@ -112,6 +112,10 @@ impl Dialect for GenericDialect {
|
|||
true
|
||||
}
|
||||
|
||||
fn supports_from_first_select(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
fn supports_asc_desc_in_column_definition(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue