doctrine / couchdb-odm

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

fixed several issues in cascade support #58

Closed lsmith77 closed 11 years ago

lsmith77 commented 11 years ago

fixed missing error handling for cascade, fixed typos in the yaml driver, fixed logic for building the bitmask

code taken from https://github.com/doctrine/phpcr-odm/pull/200

lsmith77 commented 11 years ago

did not run the test suite .. and it seems like travis isnt properly enabled?

lsmith77 commented 11 years ago

probably also requires the changes done in https://github.com/doctrine/phpcr-odm/pull/209