Minor update (display NULL instead of FALSE when non-query statement is sqlQueried)

This commit is contained in:
Miroslav Stampar 2013-09-02 11:32:32 +02:00
parent 81409ce6da
commit 6a3d804af5

View File

@ -15,6 +15,7 @@ from lib.core.convert import utf8decode
from lib.core.data import conf
from lib.core.data import logger
from lib.core.dicts import SQL_STATEMENTS
from lib.core.settings import NULL
from lib.core.settings import PARAMETER_SPLITTING_REGEX
from lib.core.shell import autoCompletion
from lib.request import inject
@ -63,7 +64,7 @@ class Custom:
debugMsg = "done"
logger.debug(debugMsg)
output = False
output = NULL
return output