yii2-mongodb icon indicating copy to clipboard operation
yii2-mongodb copied to clipboard

Add transactions support

Open xiaoyi510 opened this issue 4 years ago • 5 comments

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

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

xiaoyi510 avatar Sep 21 '20 02:09 xiaoyi510

There are two pull requests:

  • https://github.com/yiisoft/yii2-mongodb/pull/294
  • https://github.com/yiisoft/yii2-mongodb/pull/276

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

samdark avatar Sep 21 '20 11:09 samdark

any plans to implement transactions?

alxark avatar Jul 26 '21 18:07 alxark

Would you like to help with the implementation?

bizley avatar Jul 26 '21 19:07 bizley

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.

alxark avatar Jul 26 '21 19:07 alxark

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

bizley avatar Jul 27 '21 08:07 bizley