提交 081310bb 编写于 作者: C cpwu

fix case

上级 2d43f3e5
......@@ -79,9 +79,9 @@ class TDTestCase:
if not tdSql.getData(i,1):
tdSql.checkData(i, 1, None)
elif "as nchar" in condition or (NCHAR_COL in condition and "as binary" not in condition):
tdSql.checkData(i, 1, len(tdSql.getData(i,1)) * 4 )
tdSql.checkData(i, 1, len(str(tdSql.getData(i,1) ) ) * 4 )
else:
tdSql.checkData(i, 1, len(tdSql.getData(i,1)))
tdSql.checkData(i, 1, len(str(tdSql.getData(i,1) ) ) )
def __length_err_check(self,tbname):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册