Ensures that checking for constraints/indexes is done within the transaction before dropping anything instead of before the transaction.

This commit is contained in:
Shannon
2018-08-17 15:20:12 +10:00
parent 5068b8ae9f
commit 9d75e36eb4
3 changed files with 24 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ namespace Umbraco.Core.Persistence.SqlSyntax
/// <summary>
/// Represents an SqlSyntaxProvider for Sql Ce
/// </summary>
[SqlSyntaxProviderAttribute(Constants.DatabaseProviders.SqlCe)]
[SqlSyntaxProvider(Constants.DatabaseProviders.SqlCe)]
public class SqlCeSyntaxProvider : MicrosoftSqlSyntaxProviderBase<SqlCeSyntaxProvider>
{
public SqlCeSyntaxProvider()