Skip to content

feat: Query with CommandDefinition and Type[] multi-map#2210

Open
leno23 wants to merge 1 commit into
DapperLib:mainfrom
leno23:feat/query-commanddefinition-type-array-2193
Open

feat: Query with CommandDefinition and Type[] multi-map#2210
leno23 wants to merge 1 commit into
DapperLib:mainfrom
leno23:feat/query-commanddefinition-type-array-2193

Conversation

@leno23

@leno23 leno23 commented May 17, 2026

Copy link
Copy Markdown

Summary

Adds Query<TReturn>(IDbConnection, CommandDefinition, Type[], Func<object[], TReturn>, splitOn) for synchronous multi-map queries with more than seven types.

Forwards to the existing MultiMapImpl implementation (same pattern as the string sql overload).

Related to #2193; complements #2209 (async overload).

Test plan

  • TestMultiMapArbitraryMapsCommandDefinition
  • CI (no local .NET SDK in contributor environment)

Expose synchronous multi-map queries with arbitrary type count via
CommandDefinition, matching the existing MultiMapImpl path.
@leno23

leno23 commented Jun 8, 2026

Copy link
Copy Markdown
Author

I checked the current PR state. There are no review comments on this PR. The only failing status is the external AppVeyor build; GitHub exposes it as a single AppVeyor failure, and the public AppVeyor API currently returns 404 for the linked build, so I cannot inspect a code-specific failure log from here. No code change made.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant