Merging upstream version 25.18.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
75ba8bde98
commit
f2390c2221
81 changed files with 34133 additions and 33517 deletions
|
@ -91,6 +91,10 @@ class TestSQLite(Validator):
|
|||
read={"snowflake": "LEAST(x, y, z)"},
|
||||
write={"snowflake": "LEAST(x, y, z)"},
|
||||
)
|
||||
self.validate_identity(
|
||||
"SELECT * FROM station WHERE city IS NOT ''",
|
||||
"SELECT * FROM station WHERE NOT city IS ''",
|
||||
)
|
||||
|
||||
def test_strftime(self):
|
||||
self.validate_identity("SELECT STRFTIME('%Y/%m/%d', 'now')")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue