User Profile
Collapse
-
justintime replied to NESPER 4.5 or 4.5.2 bug or change, nested events does not match if nested map in filtin C SharpOmg, finaly solved the problem was that there were some changes towards sql standart, so that comparison for values which can be null shoudnt be in form 'obj!=null' but more like 'obj is not null' -
justintime started a topic NESPER 4.5 or 4.5.2 bug or change, nested events does not match if nested map in filtin C SharpNESPER 4.5 or 4.5.2 bug or change, nested events does not match if nested map in filt
I'm currently working with nesper. I have problem with filtering by praporty-map. for example
The Event Object for itCode:select * From Event(nestedMap('KeyName')!=null)
This Problem is...Code:Event obj= new Event(); obj.someAttributen="bla"; obj.nestedMap= new System.Collections.Generic.Dictionary<string, Item>(); obj.nestedMap.add('KeyName', item) sendEvent(obj);Last edited by zmbd; Oct 20 '12, 04:35 PM. Reason: please format posted code using the <CODE/> button.
No activity results to display
Show More
Leave a comment: