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 '.

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 '.