Releases: seesharper/DbReader
2.7.1
Change Log
2.7.1 (01/10/2025)
Full Changelog
Merged Pull Requests
Fixed default value when there value is NOT DbNull (01/10/2025) #71 (seesharper)
2.7.0
Change Log
2.7.0 (11/19/2024)
Full Changelog
Merged Pull Requests
Added WithDefaultValue (11/19/2024) #70 (seesharper)
2.6.1
Change Log
2.6.1 (06/02/2024)
Full Changelog
Merged Pull Requests
Added configureCommand (06/02/2024) #68 (seesharper)
2.6.0
Change Log
2.6.0 (09/12/2023)
Full Changelog
Merged Pull Requests
Added support for "camel humps" for simple properties (09/12/2023) #67 (seesharper)
2.5.7
Change Log
2.5.7 (06/01/2023)
Full Changelog
Merged Pull Requests
Pass null to converter functions (06/01/2023) #65 (seesharper)
2.5.6
Change Log
2.5.6 (09/26/2022)
Full Changelog
Merged Pull Requests
Ensure convert-functions are invoked. (09/26/2022) #63 (seesharper)
This PR ensures that convert funstions (WhenPassing and WhenReader) are called even if not needed.
Also fixed "CLR detected an Invalid Program" when using WhenPassing
for a nullable type.
2.5.5
Change Log
2.5.5 (09/06/2022)
Full Changelog
2.5.6 (09/06/2022)
Full Changelog
Merged Pull Requests
Removed AssemblyInfo.cs (09/06/2022) #61 (seesharper)
Allows for correct Assembly file version
Update dotnet-build (09/06/2022) #62 (seesharper)
v2.5.4
Change Log
v2.5.4 (09/01/2022)
Full Changelog
Merged Pull Requests
Don't call ArgumentProcessor when value is null (09/01/2022) #60 (seesharper)
v2.5.3
Change Log
v2.5.3 (09/01/2022)
Full Changelog
Merged Pull Requests
Use underlying type for processing arguments (09/01/2022) #59 (seesharper)
v2.5.2
Change Log
v2.5.2 (09/01/2022)
Full Changelog
Merged Pull Requests
Use ILVerifier and enabled all verifications tests (06/27/2022) #57 (seesharper)
Fix nullables with scalarvalues (09/01/2022) #58 (seesharper)
This PR fixes the case where we have a nullable custom type