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

Azure DB creation failing with EnsureDatabase.For.SqlDatabase method #5

Open
avijitey opened this issue Feb 14, 2020 · 0 comments
Open
Labels
bug Something isn't working

Comments

@avijitey
Copy link

Hi,

While calling the EnsureDatabase.For.SqlDatabase(connectionString, 1020, DbUp.SqlServer.AzureDatabaseEdition.Standard, "SQL_Latin1_General_CP850_BIN2"); it's throwing System.Data.SqlClient.SqlException: 'Incorrect syntax near 'standard'.' I have attached the screenshot for your reference.

While going through the repository code I figured that it's forming incorrect syntax to create the DB, it's very minor. The Edition of the SQL Server enclosed with '', instead it should have '.

image

@droyad droyad added the bug Something isn't working label Jun 17, 2020
@droyad droyad transferred this issue from DbUp/DbUp Jan 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Bugs
Development

No branches or pull requests

2 participants