Patch related to the #4613

This commit is contained in:
Miroslav Stampar
2024-06-21 20:46:23 +02:00
parent 6ae0d0f54e
commit 9a48a27593
4 changed files with 10 additions and 8 deletions

View File

@@ -321,7 +321,7 @@ class Databases(object):
values = [(dbs[0], _) for _ in values]
for db, table in filterPairValues(values):
table = unArrayizeValue(table)
table = unArrayizeValue(table).strip()
if not isNoneValue(table):
db = safeSQLIdentificatorNaming(db)