From cdffd0b29d5b072639bb02118d6828f4d1b76099 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 14 Aug 2023 12:12:13 +0200 Subject: Adding upstream version 17.12.0. Signed-off-by: Daniel Baumann --- tests/fixtures/identity.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/fixtures/identity.sql') diff --git a/tests/fixtures/identity.sql b/tests/fixtures/identity.sql index 0690421..b21d65d 100644 --- a/tests/fixtures/identity.sql +++ b/tests/fixtures/identity.sql @@ -853,4 +853,5 @@ SELECT * FROM (tbl1 CROSS JOIN (SELECT * FROM tbl2) AS t1) /* comment1 */ INSERT INTO x /* comment2 */ VALUES (1, 2, 3) /* comment1 */ UPDATE tbl /* comment2 */ SET x = 2 WHERE x < 2 /* comment1 */ DELETE FROM x /* comment2 */ WHERE y > 1 +/* comment */ CREATE TABLE foo AS SELECT 1 SELECT next, transform, if -- cgit v1.2.3