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 81409ce commit 6a3d804Copy full SHA for 6a3d804
1 file changed
plugins/generic/custom.py
@@ -15,6 +15,7 @@
15
from lib.core.data import conf
16
from lib.core.data import logger
17
from lib.core.dicts import SQL_STATEMENTS
18
+from lib.core.settings import NULL
19
from lib.core.settings import PARAMETER_SPLITTING_REGEX
20
from lib.core.shell import autoCompletion
21
from lib.request import inject
@@ -63,7 +64,7 @@ def sqlQuery(self, query):
63
64
debugMsg = "done"
65
logger.debug(debugMsg)
66
- output = False
67
+ output = NULL
68
69
return output
70
0 commit comments