Merging upstream version 11.5.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
b9525af810
commit
9782c88c58
106 changed files with 25262 additions and 24200 deletions
|
@ -689,3 +689,11 @@ class TestHive(Validator):
|
|||
self.validate_identity("'\\z'")
|
||||
self.validate_identity("'\\\z'")
|
||||
self.validate_identity("'\\\\z'")
|
||||
|
||||
def test_data_type(self):
|
||||
self.validate_all(
|
||||
"CAST(a AS BIT)",
|
||||
write={
|
||||
"hive": "CAST(a AS BOOLEAN)",
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue