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

migrations: CREATE IF NOT EXISTS style commands not supported #41

Open
olavloite opened this issue Feb 22, 2021 · 2 comments
Open

migrations: CREATE IF NOT EXISTS style commands not supported #41

olavloite opened this issue Feb 22, 2021 · 2 comments
Labels
known limitation type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@olavloite
Copy link
Collaborator

Cloud Spanner does not support CREATE IF NOT EXISTS style DDL statements. These are sometimes needed for EF Core migrations.

@yoshi-automation yoshi-automation added 🚨 This issue needs some love. triage me I really want to be triaged. labels Nov 3, 2021
@olavloite olavloite added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. and removed 🚨 This issue needs some love. triage me I really want to be triaged. labels Nov 4, 2021
@mickeldebs
Copy link

Hey, any eta on this?

@abbottdev
Copy link

This would be great as it would enable the Idempotent migrations feature here: https://learn.microsoft.com/en-us/ef/core/managing-schemas/migrations/applying?tabs=dotnet-core-cli#idempotent-sql-scripts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
known limitation type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

4 participants