[td-4147]update the test script.

This commit is contained in:
Haojun Liao 2021-05-12 11:29:00 +08:00
parent 6d8f5000ff
commit 64ae1f9a36
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ sql_error create table $tb (ts timestamp, $nchar int)
# too long column name
sql_error create table $tb (ts timestamp, abcde_123456789_123456789_123456789_123456789_123456789_123456789 int)
sql_error create table tx(ts timestamp, k int) tags(abcd5_123456789_123456789_123456789_123456789_123456789_123456789 int)
print illegal_column_names test passed
# case5: chinese_char_in_table_support