henkmollema / Dapper-FluentMap

Provides a simple API to fluently map POCO properties to database columns when using Dapper.
MIT License
429 stars 88 forks source link

Mapping of byte arrays doesnt work #54

Closed ryudice closed 7 years ago

ryudice commented 7 years ago

For some reason mapping of byte arrays seem to be ignore when inserting new records.

henkmollema commented 7 years ago

This is a Dommel issue. https://github.com/henkmollema/Dommel/issues/67