We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc29bf6 commit ab36e5aCopy full SHA for ab36e5a
1 file changed
plugins/generic/databases.py
@@ -281,7 +281,7 @@ def getTables(self, bruteForce=None):
281
282
for db, table in filterPairValues(values):
283
db = safeSQLIdentificatorNaming(db)
284
- table = safeSQLIdentificatorNaming(table, True)
+ table = safeSQLIdentificatorNaming(unArrayizeValue(table), True)
285
286
if db not in kb.data.cachedTables:
287
kb.data.cachedTables[db] = [table]
0 commit comments