mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-13 02:38:01 +00:00
Add support for Snowflake AT/BEFORE (#1667)
This commit is contained in:
parent
44df6d6f92
commit
5da702fc19
7 changed files with 48 additions and 12 deletions
|
@ -90,4 +90,9 @@ impl Dialect for MsSqlDialect {
|
|||
fn supports_set_stmt_without_operator(&self) -> bool {
|
||||
true
|
||||
}
|
||||
|
||||
/// See: <https://learn.microsoft.com/en-us/sql/relational-databases/tables/querying-data-in-a-system-versioned-temporal-table>
|
||||
fn supports_timestamp_versioning(&self) -> bool {
|
||||
true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue