Gonzalo

Results 1 issues of Gonzalo

I used to have this custom type handler configured: `SqlMapper.AddTypeHandler(new DapperSqlDateOnlyTypeHandler());` Mapping class is: ``` public class DapperSqlDateOnlyTypeHandler : SqlMapper.TypeHandler { public override void SetValue(IDbDataParameter parameter, DateOnly date) => parameter.Value...