Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MongoDB module ACID transaction implementation #5174

Merged
merged 10 commits into from
Sep 16, 2020

Conversation

realLiangshiwei
Copy link
Member

@realLiangshiwei realLiangshiwei commented Aug 25, 2020

Resolve #347 #5158

I'll use template for more testing.

This is a breaking change.

  1. For mongo databases that do not support transactions, you need to disable transactions. See: https://docs.abp.io/en/abp/latest/Unit-Of-Work#default-options
  2. For projects upgraded to version 3.2, you need to add MongoDbMyProjectNameDbSchemaMigrator to your project

@realLiangshiwei realLiangshiwei marked this pull request as draft August 27, 2020 06:12
@realLiangshiwei realLiangshiwei marked this pull request as ready for review August 27, 2020 07:27
@realLiangshiwei realLiangshiwei force-pushed the liangshiwei/mongodb-transaction branch from 6d81fa8 to b2fe5c3 Compare August 31, 2020 02:50
@realLiangshiwei
Copy link
Member Author

Mongo2go transaction issues: Mongo2Go/Mongo2Go#100

@maliming maliming marked this pull request as draft September 9, 2020 12:46
@realLiangshiwei realLiangshiwei marked this pull request as ready for review September 15, 2020 08:54
@realLiangshiwei realLiangshiwei marked this pull request as draft September 15, 2020 09:29
@hikalkan hikalkan modified the milestones: 3.2, 3.3 Sep 15, 2020
@realLiangshiwei realLiangshiwei marked this pull request as ready for review September 16, 2020 06:01
@hikalkan hikalkan merged commit b48689c into dev Sep 16, 2020
@hikalkan hikalkan deleted the liangshiwei/mongodb-transaction branch September 16, 2020 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MongoDB module ACID transaction implementation
2 participants