fix case
This commit is contained in:
parent
b9f86cb637
commit
82e2656f5f
|
@ -204,7 +204,11 @@ class TDTestCase:
|
||||||
tdSql.error( "select c1 from ct1 union all drop table ct3" )
|
tdSql.error( "select c1 from ct1 union all drop table ct3" )
|
||||||
tdSql.error( "select c1 from ct1 union all '' " )
|
tdSql.error( "select c1 from ct1 union all '' " )
|
||||||
tdSql.error( " '' union all select c1 from ct1 " )
|
tdSql.error( " '' union all select c1 from ct1 " )
|
||||||
tdSql.error( " '' union all select c1 from ct1 " )
|
tdSql.error( ''' select spread(['c1 + c1', 'c1 + c2', 'c1 + c3', 'c1 + c4', 'c1 + c5', 'c1 + c6', 'c1 + c7', 'c1 + c8', 'c1 + c9', 'c1 + c10'])
|
||||||
|
from ct1
|
||||||
|
where ['c1 + c1', 'c1 + c2', 'c1 + c3', 'c1 + c4', 'c1 + c5', 'c1 + c6', 'c1 + c7', 'c1 + c8', 'c1 + c9', 'c1 + c10'] is not null
|
||||||
|
group by ['c1 + c1', 'c1 + c2', 'c1 + c3', 'c1 + c4', 'c1 + c5', 'c1 + c6', 'c1 + c7', 'c1 + c8', 'c1 + c9', 'c1 + c10']
|
||||||
|
having ['c1 + c1', 'c1 + c2', 'c1 + c3', 'c1 + c4', 'c1 + c5', 'c1 + c6', 'c1 + c7', 'c1 + c8', 'c1 + c9', 'c1 + c10'] is not null ''' )
|
||||||
# tdSql.error( "select c1 from ct1 union select c1 from ct2 union select c1 from ct4 ")
|
# tdSql.error( "select c1 from ct1 union select c1 from ct2 union select c1 from ct4 ")
|
||||||
|
|
||||||
def all_test(self):
|
def all_test(self):
|
||||||
|
|
Loading…
Reference in New Issue