From 80d4426dbd627ed3e61c158e58455eda19f4426d Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Wed, 2 Apr 2014 22:34:37 +0200 Subject: [PATCH] Patch related to the Issue #661 --- lib/request/inject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/request/inject.py b/lib/request/inject.py index 110c8cc13..ff6b72349 100644 --- a/lib/request/inject.py +++ b/lib/request/inject.py @@ -421,7 +421,7 @@ def getValue(expression, blind=True, union=True, error=True, time=True, fromUser kb.safeCharEncode = False - if not kb.testMode and value is None and Backend.getDbms() and conf.dbmsHandler: + if not kb.testMode and value is None and Backend.getDbms() and conf.dbmsHandler and not conf.noCast and not conf.hexConvert: warnMsg = "in case of continuous data retrieval problems you are advised to try " warnMsg += "a switch '--no-cast' or switch '--hex'" singleTimeWarnMessage(warnMsg)