未验证 提交 d0c9c6c3 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #2324 from taosdata/hotfix/sangshuduo/fix-nchar-unicode-pytest

fix insert/nchar-unicode.py case.
...@@ -25,7 +25,6 @@ class TDTestCase: ...@@ -25,7 +25,6 @@ class TDTestCase:
def run(self): def run(self):
tdSql.prepare() tdSql.prepare()
tdSql.error('create table tb (ts timestamp, col nchar(1022))')
tdSql.execute('create table tb (ts timestamp, col nchar(1021))') tdSql.execute('create table tb (ts timestamp, col nchar(1021))')
tdSql.execute("insert into tb values (now, 'taosdata')") tdSql.execute("insert into tb values (now, 'taosdata')")
tdSql.query("select * from tb") tdSql.query("select * from tb")
......
...@@ -13,7 +13,7 @@ python3 ./test.py -f insert/date.py ...@@ -13,7 +13,7 @@ python3 ./test.py -f insert/date.py
python3 ./test.py -f insert/binary.py python3 ./test.py -f insert/binary.py
python3 ./test.py -f insert/nchar.py python3 ./test.py -f insert/nchar.py
# python3 ./test.py -f insert/nchar-boundary.py # python3 ./test.py -f insert/nchar-boundary.py
# python3 ./test.py -f insert/nchar-unicode.py python3 ./test.py -f insert/nchar-unicode.py
python3 ./test.py -f insert/multi.py python3 ./test.py -f insert/multi.py
python3 ./test.py -f insert/randomNullCommit.py python3 ./test.py -f insert/randomNullCommit.py
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册