Merging upstream version 18.11.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
15b8b39545
commit
c37998973e
88 changed files with 52059 additions and 46960 deletions
|
@ -624,6 +624,8 @@ class TestExecutor(unittest.TestCase):
|
|||
("LEFT('12345', 3)", "123"),
|
||||
("RIGHT('12345', 3)", "345"),
|
||||
("DATEDIFF('2022-01-03'::date, '2022-01-01'::TIMESTAMP::DATE)", 2),
|
||||
("TRIM(' foo ')", "foo"),
|
||||
("TRIM('afoob', 'ab')", "foo"),
|
||||
]:
|
||||
with self.subTest(sql):
|
||||
result = execute(f"SELECT {sql}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue