mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-14 19:20:15 +00:00
Fix typo in Dialect::supports_eq_alias_assigment
(#1478)
This commit is contained in:
parent
e2197eeca9
commit
a9a9d58c38
4 changed files with 5 additions and 5 deletions
|
@ -50,7 +50,7 @@ impl Dialect for MsSqlDialect {
|
|||
true
|
||||
}
|
||||
|
||||
fn supports_eq_alias_assigment(&self) -> bool {
|
||||
fn supports_eq_alias_assignment(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue