update test case
This commit is contained in:
parent
03baff4189
commit
714ab7b5aa
|
@ -181,7 +181,16 @@ class TDTestCase:
|
|||
tdSql.error("select timediff(10,1,1.5) from stb")
|
||||
# tdSql.error("select timediff(10,1,2s) from stb")
|
||||
# tdSql.error("select timedifff(10,1,c1) from stb")
|
||||
|
||||
tdSql.error("select timediff(1.5,1.5) from stb_1")
|
||||
tdSql.error("select timediff(1) from stb_1")
|
||||
tdSql.error("select timediff(10,1,1.5) from stb_1")
|
||||
# tdSql.error("select timediff(10,1,2s) from stb_1")
|
||||
# tdSql.error("select timedifff(10,1,c1) from stb_1")
|
||||
tdSql.error("select timediff(1.5,1.5) from ntb")
|
||||
tdSql.error("select timediff(1) from ntb")
|
||||
tdSql.error("select timediff(10,1,1.5) from ntb")
|
||||
# tdSql.error("select timediff(10,1,2s) from ntb")
|
||||
# tdSql.error("select timedifff(10,1,c1) from ntb")
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -23,7 +23,8 @@ python3 ./test.py -f 2-query/last.py
|
|||
python3 ./test.py -f 2-query/To_unixtimestamp.py
|
||||
python3 ./test.py -f 2-query/timetruncate.py
|
||||
|
||||
# python3 ./test.py -f 2-query/Timediff.py
|
||||
python3 ./test.py -f 2-query/Timediff.py
|
||||
# python3 ./test.py -f 2-query/diff.py
|
||||
#python3 ./test.py -f 2-query/cast.py
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue