From ed583f1c3c68e361774f60c96b39d9770e6b2ebc 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 dbde300a60..6d1b69e8d0 100755 --- a/tests/develop-test/fulltest-query.sh +++ b/tests/develop-test/fulltest-query.sh @@ -9,3 +9,4 @@ python3 ./test.py -f 2-query/escape.py 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 -- GitLab