diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2025-03-18 21:49:55 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2025-03-18 21:49:55 +0100 |
commit | 0bdc640331b903532fb345930e7078752ba54a2d (patch) | |
tree | 0fecadb244647ec4cb29982cfea4237f51487cad /tests/analyser_query_test.ml | |
parent | 8b8b730d3ba98d6c9e4e6274844641043b5fefbb (diff) |
Evaluate each predicate in a () blockmain
Diffstat (limited to 'tests/analyser_query_test.ml')
-rw-r--r-- | tests/analyser_query_test.ml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |