Merging upstream version 26.0.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
27e05888f9
commit
ae1eb339f9
57 changed files with 26226 additions and 25977 deletions
|
@ -899,6 +899,16 @@ class TestDuckDB(Validator):
|
|||
"NOT a ILIKE b",
|
||||
)
|
||||
|
||||
self.validate_all(
|
||||
"SELECT e'Hello\nworld'",
|
||||
read={
|
||||
"duckdb": "SELECT E'Hello\nworld'",
|
||||
},
|
||||
write={
|
||||
"duckdb": "SELECT e'Hello\nworld'",
|
||||
},
|
||||
)
|
||||
|
||||
def test_array_index(self):
|
||||
with self.assertLogs(helper_logger) as cm:
|
||||
self.validate_all(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue