Merge remote-tracking branch 'origin/dev-v7.5' into dev-v8
Conflicts: src/Umbraco.Core/Persistence/Repositories/ContentRepository.cs src/Umbraco.Core/Persistence/Repositories/Interfaces/IContentRepository.cs src/Umbraco.Core/Persistence/Repositories/Interfaces/IMediaRepository.cs src/Umbraco.Core/Persistence/Repositories/MediaRepository.cs src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs src/Umbraco.Core/Persistence/Repositories/VersionableRepositoryBase.cs src/Umbraco.Core/Services/ContentService.cs src/Umbraco.Core/Services/MediaService.cs src/Umbraco.Core/Services/MemberService.cs src/Umbraco.Tests/UmbracoExamine/IndexInitializer.cs src/Umbraco.Web/Editors/AuthenticationController.cs src/Umbraco.Web/Editors/BackOfficeController.cs src/UmbracoExamine/UmbracoMemberIndexer.cs src/umbraco.businesslogic/UmbracoSettings.cs
This commit is contained in:
@@ -71,6 +71,11 @@ namespace Umbraco.Core.Persistence.SqlSyntax
|
||||
bool SupportsIdentityInsert();
|
||||
bool? SupportsCaseInsensitiveQueries(Database db);
|
||||
|
||||
string IsNull { get; }
|
||||
string ConvertIntegerToOrderableString { get; }
|
||||
string ConvertDateToOrderableString { get; }
|
||||
string ConvertDecimalToOrderableString { get; }
|
||||
|
||||
IEnumerable<string> GetTablesInSchema(Database db);
|
||||
IEnumerable<ColumnInfo> GetColumnsInSchema(Database db);
|
||||
IEnumerable<Tuple<string, string>> GetConstraintsPerTable(Database db);
|
||||
|
||||
Reference in New Issue
Block a user