-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
[Migrations] Implement SqlOperation.SuppressTransaction #2558
Comments
@mikary may or may not already be looking in to this... |
I did some digging around as a result of my work on #1863 (PR #2520) and noticed that we have two different ways of building commands ( While there isn't a specific issue tracking it, I would like to refactor/unify this code. |
As we discussed, for SQLite's purposed, it would be better to implement this to end the current transaction and begin a new one after the MigrationOperation executes. This will preserve ordering. |
Removed transaction suppression in #2758, will need to begin looking at it in light of new consolidated command building. |
Added transaction suppression in #4917 |
It's configured available in the API, but not actually implemented.
We need this functionality to work to support certain SQLite migrations.
The text was updated successfully, but these errors were encountered: