Merging upstream version 26.1.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
829d661a08
commit
c8d4d2df63
119 changed files with 71635 additions and 68059 deletions
|
@ -92,6 +92,17 @@ class TestSQLite(Validator):
|
|||
read={"snowflake": "LEAST(x, y, z)"},
|
||||
write={"snowflake": "LEAST(x, y, z)"},
|
||||
)
|
||||
self.validate_all(
|
||||
"UNICODE(x)",
|
||||
write={
|
||||
"": "UNICODE(x)",
|
||||
"mysql": "ORD(CONVERT(x USING utf32))",
|
||||
"oracle": "ASCII(UNISTR(x))",
|
||||
"postgres": "ASCII(x)",
|
||||
"redshift": "ASCII(x)",
|
||||
"spark": "ASCII(x)",
|
||||
},
|
||||
)
|
||||
self.validate_identity(
|
||||
"SELECT * FROM station WHERE city IS NOT ''",
|
||||
"SELECT * FROM station WHERE NOT city IS ''",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue