From bcd9a6e6f90767372929d3376c993124df8f1f54 Mon Sep 17 00:00:00 2001 From: happyguoxy Date: Wed, 29 Dec 2021 10:38:34 +0800 Subject: [PATCH] [TD-10504](query,tools):The escape char "`" can be used for both tag name and column name --- tests/system-test/fulltest-tools.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/system-test/fulltest-tools.sh b/tests/system-test/fulltest-tools.sh index ed64fc2da1..7650495404 100755 --- a/tests/system-test/fulltest-tools.sh +++ b/tests/system-test/fulltest-tools.sh @@ -1,2 +1,3 @@ python3 ./test.py -f 5-taos-tools/basic.py python3 ./test.py -f 5-taos-tools/TD-12478.py +python3 ./test.py -f 5-taos-tools/dump_col_tag.py -- GitLab