Skip to content

QueryBuilder won't generate a query that can be used for Dapper SplitOn capabilities #11

@jusbuc2k

Description

@jusbuc2k

With QueryBuilder, I can't build a query that can be fed into Dapper's QueryAsync() overload that takes multiple map'd types with the splitOn parameter. This is because QueryBuilder wraps the entire query in parens before adding filters and such, and if the inner query has multiple columns with the same name, an exception will be thrown when executing.

TBD steps to reproduce.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions