enh: grant supports mongodb

This commit is contained in:
kailixu 2024-07-17 10:54:30 +08:00
parent 2b99db8b33
commit 0afc8a687a
1 changed files with 2 additions and 1 deletions

View File

@ -297,7 +297,8 @@ class TDTestCase:
'mysql':'MySQL',
'postgres':'PostgreSQL',
'oracle':'Oracle',
'mssql':'SqlServer'
'mssql':'SqlServer',
'mongodb':'MongoDB',
}
tdSql.execute('drop database if exists db2')