From a199434e51abdd6a142cdf99ad46533442a38d57 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 c91c592adf..f552357640 100755 --- a/tests/develop-test/fulltest-query.sh +++ b/tests/develop-test/fulltest-query.sh @@ -7,3 +7,4 @@ python3 ./test.py -f 2-query/ts_2016.py python3 ./test.py -f 2-query/escape.py python3 ./test.py -f 2-query/function_mavg.py python3 ./test.py -f 2-query/func_compare.py +python3 ./test.py -f 2-query/TD-13246.py -- GitLab