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

[REF-2658] Alembic should use batch mode for autogenerate #3223

Merged
merged 1 commit into from
May 7, 2024

Conversation

masenf
Copy link
Collaborator

@masenf masenf commented May 3, 2024

Better support for column changes when using the default sqlite database.

Only sqlite is affected by batch operations, other databases still use the same mechanisms they used before this change.

See: https://alembic.sqlalchemy.org/en/latest/batch.html

Better support for column changes when using the default sqlite database.

Only sqlite is affected by batch operations, other databases still use the same
mechanisms they used before this change.

See: https://alembic.sqlalchemy.org/en/latest/batch.html
Copy link

linear bot commented May 3, 2024

@picklelo picklelo merged commit 83371d5 into main May 7, 2024
41 of 46 checks passed
@masenf masenf deleted the masenf/alembic-batch-mode branch June 25, 2024 02:21
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

Successfully merging this pull request may close these issues.

None yet

2 participants