yii2-mongodb
yii2-mongodb copied to clipboard
Add transactions support
MongoDB 4.x 已经支持事务,但是yii2扩展mongodb暂不支持事务操作
MongoDB 4.x already supports transactions, but yii2 extended mongodb does not support transaction operations temporarily
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
any plans to implement transactions?
Would you like to help with the implementation?
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.
Yes, you can continue from there. We switched to Github actions so it should be easier, the PR requires tests though.