Adding upstream version 23.12.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
efe1f986ea
commit
5d33af745d
93 changed files with 55455 additions and 52777 deletions
|
@ -455,7 +455,6 @@ class TestTSQL(Validator):
|
|||
self.validate_identity("CAST(x AS UNIQUEIDENTIFIER)")
|
||||
self.validate_identity("CAST(x AS MONEY)")
|
||||
self.validate_identity("CAST(x AS SMALLMONEY)")
|
||||
self.validate_identity("CAST(x AS ROWVERSION)")
|
||||
self.validate_identity("CAST(x AS IMAGE)")
|
||||
self.validate_identity("CAST(x AS SQL_VARIANT)")
|
||||
self.validate_identity("CAST(x AS BIT)")
|
||||
|
@ -475,6 +474,16 @@ class TestTSQL(Validator):
|
|||
"hive": "CAST(x AS TIMESTAMP)",
|
||||
},
|
||||
)
|
||||
self.validate_all(
|
||||
"CAST(x AS ROWVERSION)",
|
||||
read={
|
||||
"tsql": "CAST(x AS TIMESTAMP)",
|
||||
},
|
||||
write={
|
||||
"tsql": "CAST(x AS ROWVERSION)",
|
||||
"hive": "CAST(x AS BINARY)",
|
||||
},
|
||||
)
|
||||
|
||||
def test__types_ints(self):
|
||||
self.validate_all(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue