Closed GoogleCodeExporter closed 9 years ago
Are you assigning the query object properly?
query = query.limit(5);
Query objects are immutable; without the assignment (or method chaining) the
limit() call does nothing.
The limit() method is tested; if you think there's something wrong with it
please post a full test case.
Original comment by lhori...@gmail.com
on 3 May 2013 at 7:29
woa that is really stupid of me to miss that.
My apologies to waste your time. ;)
Thanks
Original comment by luc.de.c...@gmail.com
on 3 May 2013 at 9:10
Original issue reported on code.google.com by
luc.de.c...@gmail.com
on 2 May 2013 at 10:09