Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5968ff commit 1a05224Copy full SHA for 1a05224
1 file changed
plugins/generic/enumeration.py
@@ -1211,12 +1211,8 @@ def getCount(self):
1211
1212
self.forceDbmsEnum()
1213
1214
- if conf.db:
1215
- conf.db = safeSQLIdentificatorNaming(conf.db)
1216
-
1217
if conf.tbl:
1218
for table in conf.tbl.split(","):
1219
- table = safeSQLIdentificatorNaming(table, True)
1220
self.__tableGetCount(conf.db, table)
1221
else:
1222
self.getTables()
0 commit comments