Merge dev-v8 into temp-u4-6147
This commit is contained in:
@@ -23,6 +23,8 @@ namespace Umbraco.Core.DependencyInjection
|
||||
container.Register<ISqlSyntaxProvider, SqlCeSyntaxProvider>("SqlCeSyntaxProvider");
|
||||
container.Register<ISqlSyntaxProvider, SqlServerSyntaxProvider>("SqlServerSyntaxProvider");
|
||||
|
||||
container.RegisterSingleton<IScopeContextFactory, DefaultScopeContextFactory>();
|
||||
|
||||
// register database factory
|
||||
// will be initialized with syntax providers and a logger, and will try to configure
|
||||
// from the default connection string name, if possible, else will remain non-configured
|
||||
|
||||
Reference in New Issue
Block a user