Skip to content

single row result sets #5

@JoeGaggler

Description

@JoeGaggler

Some statements or procedures only return a single row, however the generated code always provides a List<T>. It is desirable for the generated code to simply return the T instead of List<T> in these cases.

If it is not possible to detect single-row-result commands, then alternatively the YML file could allow custom annotations.

An annotation could be useful anyway for procedures that return multiple rows, but the user only needs the first row.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions