Update netwitness-epl.py
nullExpression and notNullExpression fixed to be logically coherent and compatible with EPL syntax
This commit is contained in:
@@ -55,8 +55,8 @@ class NetWitnessEplBackend(SingleTextQueryBackend):
|
||||
listSeparator = ", "
|
||||
valueExpression = "\'%s\'"
|
||||
keyExpression = "%s"
|
||||
nullExpression = "%s exists"
|
||||
notNullExpression = "%s exists"
|
||||
nullExpression = "%s is null"
|
||||
notNullExpression = "%s is not null"
|
||||
mapExpression = "(%s=%s)"
|
||||
mapListsSpecialHandling = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user