From e8571c5211619a8e68d214491e56d1111d912fea Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Thu, 21 Jul 2022 10:41:58 +0800 Subject: [PATCH] test: case for show tags --- tests/script/tsim/parser/create_tb_with_tag_name.sim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/script/tsim/parser/create_tb_with_tag_name.sim b/tests/script/tsim/parser/create_tb_with_tag_name.sim index a39ad0c45e..a0e8dab99e 100644 --- a/tests/script/tsim/parser/create_tb_with_tag_name.sim +++ b/tests/script/tsim/parser/create_tb_with_tag_name.sim @@ -78,6 +78,9 @@ endi if $data25 != 33 then return -1 endi +if $data35 != 44.000000000 then + return -1 +endi sql_error create table tb5 using st2() tags (3,3,"3",33.0); sql_error create table tb6 using st2 (id,t1) tags (3,3,"3",33.0);