This commit is contained in:
Miroslav Stampar
2020-05-11 11:31:36 +02:00
parent a8c3d17583
commit 3729b76c14
2 changed files with 2 additions and 2 deletions

View File

@@ -420,7 +420,7 @@ class Agent(object):
rootQuery = queries[Backend.getIdentifiedDbms()]
hexField = field
if "hex" in rootQuery:
if "hex" in rootQuery and hasattr(rootQuery.hex, "query"):
hexField = rootQuery.hex.query % field
else:
warnMsg = "switch '--hex' is currently not supported on DBMS '%s'" % Backend.getIdentifiedDbms()