Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b4f4a98

Browse files
committed
minor update
1 parent 11af0b1 commit b4f4a98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2374,7 +2374,7 @@ def aliasToDbmsEnum(dbms):
23742374
return None
23752375

23762376
for key, item in DBMS_DICT.items():
2377-
if dbms.lower() in item[0]:
2377+
if dbms.lower() in item[0] or dbms.lower() == key.lower():
23782378
retVal = key
23792379
break
23802380

0 commit comments

Comments
 (0)