mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-12 18:28:01 +00:00
MsSQL SET for session params (#1646)
This commit is contained in:
parent
0c3b6c0974
commit
3b4dc0f227
7 changed files with 271 additions and 0 deletions
|
@ -85,4 +85,9 @@ impl Dialect for MsSqlDialect {
|
|||
fn supports_end_transaction_modifier(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
/// See: <https://learn.microsoft.com/en-us/sql/t-sql/statements/set-statements-transact-sql>
|
||||
fn supports_set_stmt_without_operator(&self) -> bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue