Adding upstream version 16.2.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
577b79f5a7
commit
d61627452f
106 changed files with 41940 additions and 40162 deletions
|
@ -280,6 +280,11 @@ FROM v""",
|
|||
"select * from t where ((condition = 1)/*test*/)",
|
||||
"SELECT * FROM t WHERE ((condition = 1) /* test */)",
|
||||
)
|
||||
self.validate(
|
||||
"SELECT 1 // hi this is a comment",
|
||||
"SELECT 1 /* hi this is a comment */",
|
||||
read="snowflake",
|
||||
)
|
||||
|
||||
def test_types(self):
|
||||
self.validate("INT 1", "CAST(1 AS INT)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue