monger/src
Michael S. Klishin 787d2d299d Don't seq the underlying cursor in the query DSL
map will work over the cursor itself because it is Iterable. This both avoids silly NPEs and
follows the common sense of finder functions: they must return an empty sequence when there
are no results, not nil.
2012-06-14 15:08:05 +04:00
..
monger Don't seq the underlying cursor in the query DSL 2012-06-14 15:08:05 +04:00