From 0bdc640331b903532fb345930e7078752ba54a2d Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Tue, 18 Mar 2025 21:49:55 +0100 Subject: Evaluate each predicate in a () block --- tests/analyser_query_test.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/analyser_query_test.ml') diff --git a/tests/analyser_query_test.ml b/tests/analyser_query_test.ml index fd8914b..ed89623 100644 --- a/tests/analyser_query_test.ml +++ b/tests/analyser_query_test.ml @@ -248,7 +248,7 @@ FROM 'source' AS 'source' LEFT JOIN 'other' AS 'other' ON rtrim(upper('source'.'col_1')) = 'other'.'key_other' LEFT JOIN 'last' AS 'last_file' ON rtrim(upper('other'.'col_1')) = 'last_file'.'key_last_file' INNER JOIN 'filter0' ON filter0.id = source.id -WHERE COALESCE('source'.'col_3',0)=0 AND filter0.group_function|} +WHERE (COALESCE('source'.'col_3',0)=0) AND filter0.group_function|} in Alcotest.check Alcotest.string "" expected contents.q -- cgit v1.2.3