schotime / NPoco

Simple microORM that maps the results of a query onto a POCO object. Project based on Schotime's branch of PetaPoco
Apache License 2.0
847 stars 301 forks source link

ExecuteScalar map strings to Guid #664

Open mattbrailsford opened 2 years ago

mattbrailsford commented 2 years ago

Commit f5e3d745ae026e81b373f7f57a5af3cacab9a0ac adds support for converting strings to guids, but only as part of an entity mapping.

It would be useful to support this for ExecuteScalar too

mattbrailsford commented 2 years ago

Fixed via #665