mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-18 21:20:15 +00:00
MsSQL TRY_CONVERT (#1477)
This commit is contained in:
parent
3421e1e4d4
commit
45c5d69b22
8 changed files with 40 additions and 5 deletions
|
@ -53,4 +53,8 @@ impl Dialect for MsSqlDialect {
|
|||
fn supports_eq_alias_assigment(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
fn supports_try_convert(&self) -> bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue