Skip to content

Nexplore.Practices.EntityFramework Made QuerySplittingBehavior configurable (SingleQuery stays the default) - #59

Open
NXStefan wants to merge 2 commits into
mainfrom
feature/make-query-behaviour-configurable
Open

Nexplore.Practices.EntityFramework Made QuerySplittingBehavior configurable (SingleQuery stays the default)#59
NXStefan wants to merge 2 commits into
mainfrom
feature/make-query-behaviour-configurable

Conversation

@NXStefan

@NXStefan NXStefan commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

Description

Make QuerySplittingBehavior configurable in DataBaseOptions.

  • Impacts functionality?
  • Impacts security?
  • Breaking change?
  • Includes tests?
  • Includes documentation?

Integration Instructions

Configure in appsettings.json:

{
  "Database": {
    "QuerySplittingBehavior": "SingleQuery | SplitQuery",
    [...]
  }
}

@github-actions github-actions Bot added type:enhancement New feature or pull request impact:non-functional Does not have a functional impact labels Jul 21, 2026
@NXStefan NXStefan changed the title Make QuerySplittingBehaviour configurable Make QuerySplittingBehavior configurable Jul 21, 2026
@github-actions github-actions Bot removed the impact:non-functional Does not have a functional impact label Jul 21, 2026
Comment thread CHANGELOG.md Outdated

@johnnyelwailer johnnyelwailer left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Automatisierter Review: bestehende Threads und abgeschlossene Entity-Framework-PRs geprüft; ein noch nicht abgedeckter Changelog-Befund wurde inline mit geprüfter Suggestion ergänzt.

Comment thread CHANGELOG.md Outdated
@thisispr thisispr changed the title Make QuerySplittingBehavior configurable Nexplore.Practices.EntityFramework Made QuerySplittingBehavior configurable (SingleQuery stays the default) Aug 14, 2026
cwuethrich
cwuethrich previously approved these changes Aug 15, 2026
Comment thread CHANGELOG.md Outdated
thisispr
thisispr previously approved these changes Aug 15, 2026
@thisispr
thisispr dismissed stale reviews from cwuethrich and themself via 8d0e47e August 15, 2026 16:15
@thisispr
thisispr self-requested a review August 15, 2026 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:enhancement New feature or pull request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants