提交 063abc74 编写于 作者: K kailixu

chore: test case update

上级 2e0492a6
......@@ -65,10 +65,10 @@ class TDTestCase:
params[10].bigint_unsigned(9)
params[11].float(10.1)
params[12].double(10.11)
binaryStr6w = '123456789'
binaryStr = '123456789'
for i in range(1301):
binaryStr6w += "1234567890abcdefghij1234567890abcdefghij12345hello"
params[13].binary(binaryStr6w)
binaryStr += "1234567890abcdefghij1234567890abcdefghij12345hello"
params[13].binary(binaryStr)
params[14].nchar("stmt")
params[15].timestamp(1626861392589, PrecisionEnum.Milliseconds)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册