Adding upstream version 18.2.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
9de781a59b
commit
ab14e550ff
124 changed files with 60313 additions and 50346 deletions
|
@ -496,7 +496,7 @@ class TestBuild(unittest.TestCase):
|
|||
),
|
||||
(
|
||||
lambda: exp.update("tbl", {"x": None, "y": {"x": 1}}),
|
||||
"UPDATE tbl SET x = NULL, y = MAP('x', 1)",
|
||||
"UPDATE tbl SET x = NULL, y = MAP(ARRAY('x'), ARRAY(1))",
|
||||
),
|
||||
(
|
||||
lambda: exp.update("tbl", {"x": 1}, where="y > 0"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue