mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-15 03:30:16 +00:00
Add support for parsing MsSql alias with equals (#1467)
This commit is contained in:
parent
7c20d4ae1f
commit
1dd7d26fbb
4 changed files with 50 additions and 0 deletions
|
@ -49,4 +49,8 @@ impl Dialect for MsSqlDialect {
|
|||
fn supports_connect_by(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
fn supports_eq_alias_assigment(&self) -> bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue