revert
This commit is contained in:
parent
8fb6934a8f
commit
f2e8fcb820
|
@ -95,8 +95,7 @@ class TDTestCase:
|
||||||
for i in col_list :
|
for i in col_list :
|
||||||
for j in col_list :
|
for j in col_list :
|
||||||
for k in op_list :
|
for k in op_list :
|
||||||
for l in [' order by ts' , ' order by ts desc' ]:
|
sql = " select %s %s %s from test1" % ( i , k , j )
|
||||||
sql = " select %s %s %s from test1 %s" % ( i , k , j , l )
|
|
||||||
if i in err_list or j in err_list:
|
if i in err_list or j in err_list:
|
||||||
tdSql.error(sql)
|
tdSql.error(sql)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue