Adding upstream version 18.17.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
fc6bad5705
commit
03001ce1e6
90 changed files with 46581 additions and 43319 deletions
|
@ -586,6 +586,8 @@ class TestMySQL(Validator):
|
|||
write={
|
||||
"mysql": "SELECT * FROM test LIMIT 1 OFFSET 1",
|
||||
"postgres": "SELECT * FROM test LIMIT 0 + 1 OFFSET 0 + 1",
|
||||
"presto": "SELECT * FROM test OFFSET 1 LIMIT 1",
|
||||
"trino": "SELECT * FROM test OFFSET 1 LIMIT 1",
|
||||
},
|
||||
)
|
||||
self.validate_all(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue