-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
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.
Reactions are currently unavailable