[td-4147]update the test script.
This commit is contained in:
parent
6d8f5000ff
commit
64ae1f9a36
|
@ -118,6 +118,7 @@ sql_error create table $tb (ts timestamp, $nchar int)
|
||||||
|
|
||||||
# too long column name
|
# too long column name
|
||||||
sql_error create table $tb (ts timestamp, abcde_123456789_123456789_123456789_123456789_123456789_123456789 int)
|
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
|
print illegal_column_names test passed
|
||||||
|
|
||||||
# case5: chinese_char_in_table_support
|
# case5: chinese_char_in_table_support
|
||||||
|
|
Loading…
Reference in New Issue