From 6c774776db5e016d597e582c7006ba8d27006f9d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 26 Oct 2023 19:21:50 +0200 Subject: Adding upstream version 18.17.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 2738707..6e0a3e5 100644 --- a/tests/fixtures/identity.sql +++ b/tests/fixtures/identity.sql @@ -866,3 +866,4 @@ KILL CONNECTION 123 KILL QUERY '123' CHR(97) SELECT * FROM UNNEST(x) WITH ORDINALITY UNION ALL SELECT * FROM UNNEST(y) WITH ORDINALITY +WITH use(use) AS (SELECT 1) SELECT use FROM use -- cgit v1.2.3