Closed malteseduck closed 6 years ago
A query such as this:
{ $and: [{ age: { $gt: ?0 }}, {age: { $lt: ?1 }] }
gives an IllegalArgumentException because it can't replace the placeholders in an array (it is just checking for JSONObject).
IllegalArgumentException
A query such as this:
gives an
IllegalArgumentException
because it can't replace the placeholders in an array (it is just checking for JSONObject).