maqs-dotnet
maqs-dotnet copied to clipboard
Bump Dapper from 2.0.123 to 2.0.151 in /Framework
Bumps Dapper from 2.0.123 to 2.0.151.
Release notes
Sourced from Dapper's releases.
2.0.151
- add global
FetchSizesetting for use with Oracle (#1946 via@mgravell, fixes #1945) (also add some missing logic inSettings.Reset())- add underscore handling with constructors (#1786 via
@jo-goro, fixes #818; also #1947 via@mgravell)2.0.143
- add missing non-generic
AsyncEnumerable<dynamic> QueryUnbufferedAsync(...)API (#1925 via@mgravell, fixes #1922)- formally mark all
structtypes asreadonly(#1925 via@mgravell)- reinstate fallback support for
IDataReader, and implement missingDbDataReaderasync APIs (#1913 via@mgravell)2.0.138
- (#1910 via
@mgravell, fix #1907, #1263)
- add support for
SqlDecimaland other types that need to be accessed viaDbDataReader.GetFieldValue<T>- add an overload of
AddTypeMapthat supportsDbDataReader.GetFieldValue<T>for additional types- acknowledge that in reality we only support
DbDataReader; this has been true (viaDbConnection) forasyncforever- (#1912 via
@mgravell)
- add missing
AsyncEnumerable<T> QueryUnbufferedAsync<T>(...)andGridReader.ReadUnbufferedAsync<T>(...)APIs (.NET 5 and later)- implement
IAsyncDisposableonGridReader(.NET 5 and later)
Commits
8c9b4bdAdd FetchSize global setting (#1946)33090c0Underscore handling (#1947)19355d5Update FUNDING.ymla7e708aCreate FUNDING.yml136dc11Tests: Upgrade dependencies for Dependabot (#1936)33e0143Builds: Bump library versions (#1935)02c92d9tyop1c628bfrelease notes20d8138mark all structs asreadonly; fix some compiler noise (no functional change...d91d904reinstate support forIDataReader(#1913)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
The following labels could not be found: dependabot.