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 558ef0a commit 5adac57Copy full SHA for 5adac57
1 file changed
lib/core/agent.py
@@ -339,8 +339,7 @@ def nullAndCastField(self, field):
339
if field:
340
rootQuery = queries[Backend.getIdentifiedDbms()]
341
342
- if field.startswith("(CASE") or field.startswith("(IIF") or\
343
- conf.noCast:
+ if field.startswith("(CASE") or field.startswith("(IIF") or conf.noCast:
344
nulledCastedField = field
345
else:
346
if not (Backend.isDbms(DBMS.SQLITE) and not isDBMSVersionAtLeast('3')):
0 commit comments