mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-14 19:20:15 +00:00
Add support for MSSQL's XQuery
methods (#1500)
Co-authored-by: Ifeanyi Ubah <ify1992@yahoo.com>
This commit is contained in:
parent
2bb81444bd
commit
62eaee62dc
5 changed files with 161 additions and 0 deletions
|
@ -62,4 +62,8 @@ impl Dialect for MsSqlDialect {
|
|||
fn supports_boolean_literals(&self) -> bool {
|
||||
false
|
||||
}
|
||||
|
||||
fn supports_methods(&self) -> bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue