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

Change IsolationLevel #9

Open
rwlogel opened this issue Jan 24, 2013 · 0 comments
Open

Change IsolationLevel #9

rwlogel opened this issue Jan 24, 2013 · 0 comments

Comments

@rwlogel
Copy link

rwlogel commented Jan 24, 2013

Currently the BeginTransaction method in TransformationProvider always uses IsolationLevel.ReadCommitted to begin the transaction. In MySQL 5.1.66 if you are using InnoDB tables and Statement based replication the isolation level must be either IsolationLevel.RepeatableRead or IsolationLevel.Serializable.

Could the TransformationProvider be updated so that the isolation level was configurable via a property? Or as a argument to the BeginTransaction method?

eliog pushed a commit to eliog/Migrator.NET that referenced this issue Sep 16, 2019
Make SchemaInfo upgrade work on SQLite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant