Laravel-mongodb: Transaction

Created on 8 Apr 2015  路  13Comments  路  Source: jenssegers/laravel-mongodb

When running a transaction through the mongodb driver, laravel returns an exception.

Is it possible to support them on a MongoDB database ?

Most helpful comment

what is the status of this feature?

All 13 comments

Transactions are not support at this moment.

In that case, maybe it would be cleaner to throw a more explicit exception from the child Connection class, what do you think ?

:+1: , i may work on this soon. As I will be needing this for testing ~

Would love to see this feature =)

:+1:

what is the status of this feature?

Trying to port Baum\Baum nested sets to use jenssegers/laravel-mongodb
, but they are using transactions and they aren't supported by this mongodb implementation.

what is the status of this feature?

Do you plan to set up this next feature? It seems to me to be an indispensable feature. I found this package but it didn't try it: https://github.com/matryoshka-model/mongo-transactional

:thumbsup:

Anyone manage to get this work yet?

Thanks,
Punleu

Need just this feature to migrate from mySql database to the MongoDB database,
Any news on it, is some1 looking to implement this or is it just forgotten?
any work around to grant my application atomocity on multiple documents and operations?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Idnan picture Idnan  路  3Comments

geofflancaster picture geofflancaster  路  3Comments

YSimple picture YSimple  路  3Comments

kschethan picture kschethan  路  3Comments

BlakeGardner picture BlakeGardner  路  3Comments