doctrine / couchdb-odm

A Document Mapper based on CouchDB
http://www.doctrine-project.org
MIT License
150 stars 53 forks source link

Identity map fix #84

Closed PATROMO closed 10 years ago

PATROMO commented 10 years ago

The method find() in DocumentRepository dont use identity map. Each time the document is load from couchdb. I hope that my implementation is correct. :)

beberlei commented 10 years ago

Fixed in master.