Hi. I am trying to fetch data in iOS SDK where datetime field is null. I tought it would work with this in the where clause:
dataQuery.whereClause = @"fechaCanje is null";
I am expecting to get one object in response, but i get an empty BackendlessCollection. ¿What should be the right way to search for null datetime values?