yiisoft / yii2-mongodb

Yii 2 MongoDB extension
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
326 stars 191 forks source link

Add transactions support #322

Open xiaoyi510 opened 4 years ago

xiaoyi510 commented 4 years ago

MongoDB 4.x 已经支持事务,但是yii2扩展mongodb暂不支持事务操作

MongoDB 4.x already supports transactions, but yii2 extended mongodb does not support transaction operations temporarily

samdark commented 4 years ago

There are two pull requests:

In order to properly check it we need to switch to GitHub actions and fix tests: https://github.com/yiisoft/yii2-mongodb/issues/279

alxark commented 3 years ago

any plans to implement transactions?

bizley commented 3 years ago

Would you like to help with the implementation?

alxark commented 3 years ago

Would you like to help with the implementation?

what about this PR https://github.com/yiisoft/yii2-mongodb/pull/276 ? at least to start from.

bizley commented 3 years ago

Yes, you can continue from there. We switched to Github actions so it should be easier, the PR requires tests though.