Enable covered indexes for simple documents.

Refs #444
This commit is contained in:
Ross Lawley
2012-03-02 13:42:24 +00:00
parent bdf7187d5c
commit 32fc4152a7
3 changed files with 39 additions and 4 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in 0.6
==============
- Added support for covered indexes when inheritance is off
- No longer always upsert on save for items with a '_id'
- Error raised if update doesn't have an operation
- DeReferencing is now thread safe