MsSQL TRY_CONVERT (#1477)

This commit is contained in:
Yoav Cohen 2024-10-20 22:29:55 +02:00 committed by GitHub
parent 3421e1e4d4
commit 45c5d69b22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 40 additions and 5 deletions

View file

@ -53,4 +53,8 @@ impl Dialect for MsSqlDialect {
fn supports_eq_alias_assigment(&self) -> bool {
true
}
fn supports_try_convert(&self) -> bool {
true
}
}