mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Enable double-dot-notation for mssql. (#1787)
Co-authored-by: Roman Borschel <roman@cluvio.com>
This commit is contained in:
parent
91327bb0c0
commit
25bb871175
2 changed files with 10 additions and 0 deletions
|
@ -1910,6 +1910,11 @@ fn parse_mssql_varbinary_max_length() {
|
|||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn parse_mssql_table_identifier_with_default_schema() {
|
||||
ms().verified_stmt("SELECT * FROM mydatabase..MyTable");
|
||||
}
|
||||
|
||||
fn ms() -> TestedDialects {
|
||||
TestedDialects::new(vec![Box::new(MsSqlDialect {})])
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue