doctrine / couchdb-odm

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

Issue with embedded Documents and ReferenceOne #81

Closed beberlei closed 11 years ago

beberlei commented 11 years ago

This feature is not yet implemented it seems, workaround is using the id directly instead of a reference, example:

$root->embedded->referenceId = $reference->getId()