cos-archives / modular-odm

A database-agnostic Object-Document Mapper for Python.
Apache License 2.0
13 stars 18 forks source link

Lazy queryset eval for Pickle #83

Closed felliott closed 10 years ago

felliott commented 10 years ago

The branch updates PickleQuerySet to use Mongo semantics for sort(), offset(), and limit(). I've updated the tests in test_simple_queries to reflect this.

Cheers, Fitz