Skip to content

Commit 326730b

Browse files
authored
Merge pull request #419 from DataObjects-NET/7.1-hierarchydef-validation
HierarchyDef validation tests
2 parents 0c71b40 + f87d243 commit 326730b

File tree

6 files changed

+3369
-24
lines changed

6 files changed

+3369
-24
lines changed

ChangeLog/7.1.4_dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
[main] Addressed IndexOutOfRangeException on translation of certain queries with aggregates
1+
[main] Addressed IndexOutOfRangeException on translation of certain queries with aggregates
2+
[main] Notification to BuildLog when a hierarchy changes KeyGeneratorKind value to None

Orm/Xtensive.Orm.Tests/Issues/IssueJira0555_KeyRemapBug.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (C) 2014 Xtensive LLC.
1+
// Copyright (C) 2014 Xtensive LLC.
22
// All rights reserved.
33
// For conditions of distribution and use, see license.
44
// Created by: Alexey Kulakov
@@ -57,7 +57,7 @@ public class TestEntity : Entity
5757
}
5858

5959
[HierarchyRoot]
60-
[KeyGenerator]
60+
[KeyGenerator(KeyGeneratorKind.None)]
6161
public class TestEntity2 : Entity
6262
{
6363
private static int Increment = 1;

0 commit comments

Comments
 (0)