From 74043a99a484028788ca0f4a75981be5c6a13ab1 Mon Sep 17 00:00:00 2001 From: Ganlin Zhao Date: Wed, 26 Jan 2022 11:42:19 +0800 Subject: [PATCH] [TD-13246](query): Coredump when parentheses appear before the insert_sql --- tests/develop-test/fulltest-query.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/develop-test/fulltest-query.sh b/tests/develop-test/fulltest-query.sh index 6d1b69e8d0..112144d3ac 100755 --- a/tests/develop-test/fulltest-query.sh +++ b/tests/develop-test/fulltest-query.sh @@ -10,3 +10,4 @@ python3 ./test.py -f 2-query/func_compare.py python3 ./test.py -f 2-query/diff_ignore_negative.py python3 ./test.py -f 2-query/diff_funcs.py python3 ./test.py -f 2-query/TD-13246.py +python3 ./test.py -f 2-query/TD-6347.py -- GitLab