Yaron Librach
Yaron Librach
After looking into this for a bit, it seems that this line in AddParameters(...) method is causing the problem: ``` c# if (dbType == null && val != null &&...
This also causes another issue - if we manually give Dapper a null dbType for this parameter so that Dapper will correctly load the TypeHandler, then it's possible to get...
> however, when adding the type-parameter, you should have the opportunity to set the db-type of the parameter, no? Yes, but that leads us to the original problem :) ......
Bump. Any word on this?