From 65702de64d4f263c7e337ee2a2f26b4510571a52 Mon Sep 17 00:00:00 2001 From: Raul Ochoa Date: Mon, 23 Feb 2015 12:06:47 +0100 Subject: [PATCH] Update to latest test/support/sql/CDB_QueryTables.sql --- test/support/sql/CDB_QueryTables.sql | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/support/sql/CDB_QueryTables.sql b/test/support/sql/CDB_QueryTables.sql index cd8b51b4..2fb9532a 100644 --- a/test/support/sql/CDB_QueryTables.sql +++ b/test/support/sql/CDB_QueryTables.sql @@ -16,9 +16,9 @@ BEGIN FOR rec IN SELECT CDB_QueryStatements(query) q LOOP - IF NOT ( rec.q ilike 'select%' or rec.q ilike 'with%' ) THEN - --RAISE WARNING 'Skipping %', rec.q; - CONTINUE; + IF NOT ( rec.q ilike 'select %' or rec.q ilike 'with %' ) THEN + --RAISE WARNING 'Skipping %', rec.q; + CONTINUE; END IF; BEGIN