I am using the following Data Query to retrieve objects for every 5 sec. if there is no objects after the given created date and time but i am able to get the object which is created at the date and time what i am passing. Now i am using Backendless 4.0, in 3.0 the same thing works fine.
Example :
let dataQuery = DataQueryBuilder()
dataQuery!.setSortBy(["created DESC"])
dataQuery!.setPageSize(40)
let whereClause = "groupId = '\(channelID)' AND created after '05/14/2017 22:21:54 GMT+5:30'" (after this date and time there are no objects but i am getting the object which is created at '05/14/2017 22:21:54 GMT+5:30')
dataQuery!.setWhereClause(whereClause)
could you got to rest console http://take.ms/SfnTI and make a query to reproduce your issue, than export it as cUrl http://take.ms/Toebhs and send to us with description of expected result