Skip to content

Commit

Permalink
OGM-465 Make CouchDB use emulated transactions
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelbernard committed Mar 13, 2015
1 parent a9013b5 commit 7510304
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -82,6 +82,11 @@ public Class<? extends SchemaDefiner> getSchemaDefinerType() {
return CouchDBSchemaSchemaDefiner.class;
}

@Override
public boolean allowsTransactionEmulation() {
return true;
}

/**
* Provides an instance of CouchDBDatastore
*
Expand Down

0 comments on commit 7510304

Please sign in to comment.