Skip to content

RM-9647 added sorting of sql commands#1413

Open
Mario185 wants to merge 2 commits intodevelopfrom
feature/RM-9647-optimize-foreignkey-handling
Open

RM-9647 added sorting of sql commands#1413
Mario185 wants to merge 2 commits intodevelopfrom
feature/RM-9647-optimize-foreignkey-handling

Conversation

@Mario185
Copy link
Copy Markdown
Contributor

@Mario185 Mario185 requested a review from a-ctor March 12, 2026 14:50
@Mario185 Mario185 force-pushed the feature/RM-9647-optimize-foreignkey-handling branch 2 times, most recently from e416c20 to f10b0ad Compare March 13, 2026 12:33
Copy link
Copy Markdown
Contributor

@a-ctor a-ctor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Passing over the review to mike

@a-ctor a-ctor requested a review from MichaelKetting March 17, 2026 10:41
@Mario185 Mario185 force-pushed the feature/RM-9647-optimize-foreignkey-handling branch from f10b0ad to b0f6417 Compare March 18, 2026 09:32
Copy link
Copy Markdown
Member

@MichaelKetting MichaelKetting left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First part of the review

@@ -1,23 +1,28 @@
// SPDX-FileCopyrightText: (c) RUBICON IT GmbH, www.rubicon.eu
// SPDX-License-Identifier: LGPL-2.1-or-later
using System;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review pending

using System.Collections.Generic;
using System.Linq;
using Remotion.Data.DomainObjects.DataManagement;
using Remotion.Data.DomainObjects.Mapping;
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review pending

@@ -0,0 +1,204 @@
// SPDX-FileCopyrightText: (c) RUBICON IT GmbH, www.rubicon.eu
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review pending

@@ -0,0 +1,149 @@
// SPDX-FileCopyrightText: (c) RUBICON IT GmbH, www.rubicon.eu
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review pending

@Mario185 Mario185 requested a review from MichaelKetting March 25, 2026 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants