MathMantovan
Results
1
comments of
MathMantovan
@mgravell I took a closer look at this and confirmed that `GetValue` already handles nullable types internally. Specifically: - It explicitly allows nullable value types when `val is null` ([Line1378](https://github.com/DapperLib/Dapper/blob/main/Dapper/SqlMapper.cs#L1378))...