fix case
This commit is contained in:
parent
39ee1144c5
commit
28915c9e0c
|
@ -162,6 +162,8 @@ class TDTestCase:
|
|||
for sql in sqls:
|
||||
tdSql.error(sql)
|
||||
|
||||
tdSql.execute("DROP USER u1")
|
||||
|
||||
def __alter_pass_sql(self, user, passwd):
|
||||
return f'''ALTER USER {user} PASS '{passwd}' '''
|
||||
|
||||
|
|
Loading…
Reference in New Issue