Releases: DapperLib/Dapper
Releases Β· DapperLib/Dapper
2.1.44
2.1.42
2.1.37
2.1.35
What's Changed
- Fix issue #1164 - arithmetic overflow for unsigned integer mapping by @rukpet in #1795
- Exposing the transaction used in class Database. by @kbilsted in #2038
- dapper.rainbow guide by @kbilsted in #2043
- Fix build error caused by read only property #2044 by @DarylJtn in #2045
- Fix the path to Dapper.Rainbow readme by @idormenco in #2047
- add REVERT to CommandText checklist by @mgravell in #2048
- CI: use preinstalled sdk by @mgravell in #2042
New Contributors
- @rukpet made their first contribution in #1795
- @kbilsted made their first contribution in #2038
- @DarylJtn made their first contribution in #2045
- @idormenco made their first contribution in #2047
Full Changelog: 2.1.28...2.1.35
2.1.28
What's Changed
- Fix codegen error in value-type multimap #2005 by @mgravell in #2022
- Fixed documentation to read better by @0nly1ken0bi in #2008
- Fixed comments by @ronwarner in #2010
- Update benchmarks with latest results. by @kant2002 in #2016
New Contributors
- @0nly1ken0bi made their first contribution in #2008
- @ronwarner made their first contribution in #2010
Full Changelog: 2.1.24...2.1.28
2.1.24
What's Changed
- Improve
null
handling onICustomQueryParameter
(and add newDbString
.ctor) by @mgravell in #2003 - build: Restore MySQL by @NickCraver in #1998
- docs: Update Readme.md by @billrob in #2002
New Contributors
Full Changelog: 2.1.21...2.1.24
2.1.21
What's Changed
- expand auto-sproc detection to handle more scenarios and explicit exclusions by @mgravell in #1989 and #1995
- include ExplicitConstructorAttribute's targets to constructor&method by @DeagleGross in #1982
- Update Readme.md by @tingham in #1994
- fix #1993 - prefer non-normalized property name by @mgravell in #1997
- (build/CI) mysql on CI has gone rogue; disabled for now by @mgravell in #1996
New Contributors
- @DeagleGross made their first contribution in #1982
- @tingham made their first contribution in #1994
Full Changelog: 2.1.15...2.1.21
2.1.15
2.1.11
What's Changed
- Auto-detect stored procedures as anything without whitespace by @mgravell in #1975
- Add DuckDB tests by @Giorgi in #1970
- Add a setting to turn off Ole Db anonymous parameter check by @Giorgi in #1974
- Revert $ check for OLEDB anonymous parameters by @mgravell in #1979
- Change nullability annotation for ITypeMap.GetConstructorParameter by @mgravell in #1980
Full Changelog: 2.1.4...2.1.11