-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
* Added support for customizing SqlLam behavior.
* Added customization of SqlLam to populate SqlBuilder's selection list with
all of
the entity type's columns aliased with the property name, to facilitate the
mapping of the result set to the property when executing a query via Dapper.
To see what the patch will do:
git apply --stat select-explicit-column-names.patch
To test applying:
git apply --check select-explicit-column-names.patch
To signoff and apply:
git am --signoff < select-explicit-column-names.patch
Original issue reported on code.google.com by abr...@gmail.com on 14 Feb 2015 at 10:05
Attachments: