vapor / fluent-mongo-driver

MongoDB support for Fluent built on MongoKittten.
MIT License
25 stars 11 forks source link

Fix join and joinCount returning invalid results on queries where a limit is applied #19

Closed Joannis closed 4 years ago

Joannis commented 4 years ago

Move the limits and skips to later in the join stages. This way the limits and skips apply to the final resultset, not the initial input.

tanner0101 commented 4 years ago

These changes are now available in 1.0.0-rc.1.5