Files
meteor/packages/minimongo
David Glasser df2820ffd9 Only do one query for forEach/count in Deps
They used to run the query twice: once for the actual result and once to
set up the observe. Now it shares the work between the observe and the
actual query.

This required me to inline the _depend helper, but I actually think this
made what's going on more direct and clear.

Drop the _allow_unordered hack. I'm not convinced that it was ever truly
valid; the observe code really doesn't support unordered observes with
skip and limit, and I could not remember what it was about count's use
that made it hypothetically safe.  Easier to just remove the hack (until
we maybe eventually actually fix #1643)

Stop using Deps.Dependency in an unidiomatic way; just use
Deps.currentComputation directly.
2014-06-05 13:18:51 -07:00
..
2014-01-23 21:28:21 -08:00
2014-01-02 23:00:18 -08:00
2014-01-27 16:22:30 -08:00
2014-02-26 18:44:24 -08:00
2014-03-17 02:17:06 -07:00
2014-03-17 02:17:06 -07:00