Bump Dapper from 2.0.123 to 2.1.66 #46
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updated Dapper from 2.0.123 to 2.1.66.
Release notes
Sourced from Dapper's releases.
2.1.66
WARNING:
DateOnly
/TimeOnly
support, added in 2.1.37, had multiple failure modes, and was quickly reverted pending finding the time to investigate what went wrong. The impacted packages were unlisted, with 2.1.35 being the last listed version. This is the first version after that debacle, which means if you are using the impacted 2.1.37 or similar: this version will effectively remove functionality (although it was actually disabled a very long time ago).What's Changed
New Contributors
Full Changelog: DapperLib/Dapper@2.1.44...2.1.66
2.1.44
(fixes NuGet readme)
Full Changelog: DapperLib/Dapper@2.1.42...2.1.44
2.1.42
What's Changed
Full Changelog: DapperLib/Dapper@2.1.37...2.1.42
2.1.37
What's Changed
Full Changelog: DapperLib/Dapper@2.1.35...2.1.37
2.1.35
What's Changed
New Contributors
Full Changelog: DapperLib/Dapper@2.1.28...2.1.35
2.1.28
What's Changed
New Contributors
Full Changelog: DapperLib/Dapper@2.1.24...2.1.28
2.1.24
What's Changed
null
handling onICustomQueryParameter
(and add newDbString
.ctor) by @mgravell in Improve null handling on ICustomQueryParameter (and add new DbString .ctor) DapperLib/Dapper#2003New Contributors
Full Changelog: DapperLib/Dapper@2.1.21...2.1.24
2.1.21
What's Changed
New Contributors
Full Changelog: DapperLib/Dapper@2.1.15...2.1.21
2.1.15
What's Changed
Full Changelog: DapperLib/Dapper@2.1.11...2.1.15
2.1.11
What's Changed
Full Changelog: DapperLib/Dapper@2.1.4...2.1.11
2.1.4
GridReader.ReadUnbufferedAsync
API (#1958 via @mgravell)2.1.1
GridReader
API to allow it to be subclassed by external consumers (#1928 via @mgravell)$
as a parameter prefix (#1952 via @Giorgi)2.0.151
FetchSize
setting for use with Oracle (#1946 via @mgravell, fixes #1945) (also add some missing logic inSettings.Reset()
)2.0.143
AsyncEnumerable<dynamic> QueryUnbufferedAsync(...)
API (#1925 via @mgravell, fixes #1922)struct
types asreadonly
(#1925 via @mgravell)IDataReader
, and implement missingDbDataReader
async APIs (#1913 via @mgravell)2.0.138
SqlDecimal
and other types that need to be accessed viaDbDataReader.GetFieldValue<T>
AddTypeMap
that supportsDbDataReader.GetFieldValue<T>
for additional typesDbDataReader
; this has been true (viaDbConnection
) forasync
foreverAsyncEnumerable<T> QueryUnbufferedAsync<T>(...)
andGridReader.ReadUnbufferedAsync<T>(...)
APIs (.NET 5 and later)IAsyncDisposable
onGridReader
(.NET 5 and later)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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)