peterthomastlc
Results
2
comments of
peterthomastlc
trafficstars
We submitted a pull request to fix this two years ago, but it was never accepted. A one-line fix is all it takes: In public static DbType LookupDbType, at the...
Wouldn't it be safer and clearer (in LookupDbType) just to change the line `handler = null;` to `typeHandlers.TryGetValue(type, out handler);` This would ensure custom TypeHandlers are called for built-in types...