purekid / mongodm

MongoDB ORM that includes support for references,embed and multilevel inheritance.
MIT License
200 stars 47 forks source link

mongo transaction #86

Open zhongjixiuxing opened 9 years ago

zhongjixiuxing commented 9 years ago

I recently met Mongo transaction trouble, I do not know how to deal with. I want to ask you is how to solve. Also, how to use mongo on your plugin findAndModifiy function?

purekid commented 9 years ago

Now we can't use findAndModify function in the Model. But we can easily extend the _call funciton in MongoDB.php for supporting findAndModify. I will make time to do this.

2015-06-19 18:01 GMT+08:00 zhongjixiuxing notifications@github.com:

I recently met Mongo transaction trouble, I do not know how to deal with. I want to ask you is how to solve. Also, how to use mongo on your plugin findAndModifiy function?

— Reply to this email directly or view it on GitHub https://github.com/purekid/mongodm/issues/86.