Merge pull request #26621 from taosdata/enh/TS-5177-3.0

enh: grant supports mongodb
This commit is contained in:
Hongze Cheng 2024-07-18 09:17:23 +08:00 committed by GitHub
commit 26cc04ca7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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')