Skip to content

HierarchyDef validation tests #419

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion ChangeLog/7.1.4_dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
[main] Addressed IndexOutOfRangeException on translation of certain queries with aggregates
[main] Addressed IndexOutOfRangeException on translation of certain queries with aggregates
[main] Notification to BuildLog when a hierarchy changes KeyGeneratorKind value to None
4 changes: 2 additions & 2 deletions Orm/Xtensive.Orm.Tests/Issues/IssueJira0555_KeyRemapBug.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2014 Xtensive LLC.
// Copyright (C) 2014 Xtensive LLC.
// All rights reserved.
// For conditions of distribution and use, see license.
// Created by: Alexey Kulakov
Expand Down Expand Up @@ -57,7 +57,7 @@ public class TestEntity : Entity
}

[HierarchyRoot]
[KeyGenerator]
[KeyGenerator(KeyGeneratorKind.None)]
public class TestEntity2 : Entity
{
private static int Increment = 1;
Expand Down
Loading