doctrine / DoctrineCouchDBBundle

Symfony Bundle for DoctrineCouchDB
http://www.doctrine-project.org
Other
49 stars 46 forks source link

Configuration of all_or_nothing_flush and design_documents does not work #21

Closed e42sh closed 9 years ago

e42sh commented 11 years ago

Hi,

I tried to set all_or_nothing_flush option and design_documents section in configuration, but the settings are not taken into account.

svenfinitiv commented 10 years ago

In master the fix is broken. The method setAllOrNothingFlush is not called at all by the DoctrineCouchDBExtension::loadOdmDocumentManager method.

svenfinitiv commented 10 years ago

Sorry, still getting used to git and github. I have just seen that you already provided a pull request with a fix. Do you have any idea when this will be merged?