Skip to content

Commit

Permalink
.Net: Bump Microsoft.Data.Sqlite from 8.0.0 to 8.0.2 in /dotnet (#5174)
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Data.Sqlite](https://github.com/dotnet/efcore) from
8.0.0 to 8.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dotnet/efcore/releases">Microsoft.Data.Sqlite's
releases</a>.</em></p>
<blockquote>
<p>EF Core 8.0.2 is <a
href="https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/8.0.2">available
on NuGet now</a>. This is a patch release of EF Core 8 (EF8) containing
only <a
href="https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A8.0.2+is%3Aclosed">important
bug fixes</a>:</p>
<ul>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32680">Adding
EF.Constant to prevent parameterization in query</a></li>
<li><a href="https://redirect.github.com/dotnet/efcore/issues/32217">Nav
expansion visitor does not visit the Contains item argument</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32234">SqliteException
&quot;no such column : rX.value&quot; when ordering on subquery value in
combination with a &quot;where contains&quot; when upgrading from 7 to
8.0.0-rc.2.23480.1</a></li>
<li><a href="https://redirect.github.com/dotnet/efcore/issues/32267">DB
Context pooling with proxies resulting in memory issues in 8.0
RC2</a></li>
<li><a href="https://redirect.github.com/dotnet/efcore/issues/32312">Nav
expansion visitor does not visit the non-lambda arguments (Skip, Take,
ElementAt)</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32325">LINQ
&quot;Contains&quot; generates SQL with wrong char length</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32331">Using
new[] in select query gives exception .NET 8</a></li>
<li><a href="https://redirect.github.com/dotnet/efcore/issues/32363">EF
Core Cosmos 7.0.13 =&gt; 7.0.14 Value cannot be null. (Parameter
'derivedType')</a></li>
<li><a href="https://redirect.github.com/dotnet/efcore/issues/32374">New
OpenJSON expression to SQL translation breaks aggregates on subquery
with 'Cannot perform an aggregate function on an expression containing
an aggregate or a subquery' exception</a></li>
<li><a href="https://redirect.github.com/dotnet/efcore/issues/32375">Did
Contains stop working on empty list in EF Core 8?</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32376">LINQ
&quot;Contains&quot; fails to generate SQL with custom
converter</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32383">error on
working with explicit many-to-many relations with
OnDelete.Restrict</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32390">Lazy
loader throwing invalid operation exceptions</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32410">Cosmos
provider v7.0.14 and v8.0.0 breaks previous OwnsMany behaviour</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32411">Constructor
not found for type
'Microsoft.EntityFrameworkCore.ChangeTracking.Internal.NullableClassCurrentProviderValueComparer</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32422">Inconsistent
behavior related to relationship cycle</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32430">Property
conversions are lost on base type is subtype is registered to model
afterwards after upgrade to EFCore 8</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32432">Incorrect
parameter rewriting for string StartsWith/EndsWith/Contains</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32457">Migrations
bug when creating stored procedure with GOTO statement</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32571">Unable to
Scaffold DBContext if tables in SQL Server have certain names</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32574">Contains
translates to correlated query when the item is nullable</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32601">FluentAPI
configuration PrimitiveCollection on OwnedNavigationBuilder returns
PropertyBuilder instead of PrimitiveCollectionBuilder</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32617">String
comparison fails when using const and compiled Models.</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32679">Exception
when writing a JSON column with negative enum value</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32680">Getting
errors when mixing DbFunction and SqlQueryRaw</a></li>
</ul>
<p>EF Core 8.0.1 is <a
href="https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/8.0.1">available
on NuGet now</a>. This is a patch release of EF Core 8 (EF8) containing
only <a
href="https://github.com/dotnet/efcore/issues?q=is%3Aissue+milestone%3A8.0.1+is%3Aclosed">important
bug fixes</a>:</p>
<ul>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32314">EFC8: Lazy
Loading regression on newly created objects</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32310">EfCore 8:
Primitive collections in JSON documents error with init</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32235">Buffering
error in JSON deserialization with junk data</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32218">Contains
fallback translation fails when the array parameter has
AsQueryable</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32215">QueryableMethodNormalizingExpressionVisitor
does not visit recursively when converting List.Contains to
Queryable.Contains</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32208">SqlNullabilityProcessor
ignores Contains item visitation</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32198">SensitiveDataLogging
with ComplexProperty: Unable to cast RuntimeComplexType to type
IEntityType</a></li>
<li><a
href="https://redirect.github.com/dotnet/efcore/issues/32194">JSON
materialization code should be resilient to incorrect JSON
documents</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dotnet/efcore/commit/a97f6ffcf78100056683c8c3b116721a89e5c58c"><code>a97f6ff</code></a>
[internal/release/8.0] Update dependencies from
dnceng/internal/dotnet-runtime</li>
<li><a
href="https://github.com/dotnet/efcore/commit/4016ea7917df4be7a23ea18c2cf934249a7a5168"><code>4016ea7</code></a>
[internal/release/8.0] Update dependencies from
dnceng/internal/dotnet-runtime</li>
<li><a
href="https://github.com/dotnet/efcore/commit/813b3f77e6761ae5f931d0581e9f43428538a6aa"><code>813b3f7</code></a>
Merge in 'release/8.0' changes</li>
<li><a
href="https://github.com/dotnet/efcore/commit/1b51aa3afb52e77d6fcf4d8a660f7a026115225a"><code>1b51aa3</code></a>
Merge branch 'release/7.0' into release/8.0</li>
<li><a
href="https://github.com/dotnet/efcore/commit/2634ffd2bb8d6945857536baf8e1eb7f6c3d5891"><code>2634ffd</code></a>
Merge in 'release/8.0' changes</li>
<li><a
href="https://github.com/dotnet/efcore/commit/3bb09fbb05fb271578246a6ab59adad4e0cbf63f"><code>3bb09fb</code></a>
Merge branch 'release/6.0' into release/7.0</li>
<li><a
href="https://github.com/dotnet/efcore/commit/8e2972cd4b0eda0a927d338e0eb24141bb0a570a"><code>8e2972c</code></a>
[release/8.0] Bump SqlClient version (<a
href="https://redirect.github.com/dotnet/efcore/issues/32838">#32838</a>)</li>
<li><a
href="https://github.com/dotnet/efcore/commit/2136285ec8afb2d94e4908ab3765797cf9f963a2"><code>2136285</code></a>
[release/7.0] Update SqlClient dependency (<a
href="https://redirect.github.com/dotnet/efcore/issues/32841">#32841</a>)</li>
<li><a
href="https://github.com/dotnet/efcore/commit/2abafb2235e2b88437776ce97b0a518c6c5ee469"><code>2abafb2</code></a>
[release/6.0] Update SqlClient dependency (<a
href="https://redirect.github.com/dotnet/efcore/issues/32840">#32840</a>)</li>
<li><a
href="https://github.com/dotnet/efcore/commit/7c8f682aeb25d830df334ffcba752d894688bdf6"><code>7c8f682</code></a>
Merge in 'release/8.0' changes</li>
<li>Additional commits viewable in <a
href="https://github.com/dotnet/efcore/compare/v8.0.0...v8.0.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Data.Sqlite&package-manager=nuget&previous-version=8.0.0&new-version=8.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 27, 2024
1 parent b1d3de2 commit 629c7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet/Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<PackageVersion Include="coverlet.collector" Version="6.0.0" />
<!-- Plugins -->
<PackageVersion Include="DocumentFormat.OpenXml" Version="3.0.1" />
<PackageVersion Include="Microsoft.Data.Sqlite" Version="8.0.0" />
<PackageVersion Include="Microsoft.Data.Sqlite" Version="8.0.2" />
<PackageVersion Include="DuckDB.NET.Data.Full" Version="0.9.2" />
<PackageVersion Include="DuckDB.NET.Data" Version="0.9.2" />
<PackageVersion Include="MongoDB.Driver" Version="2.23.1" />
Expand Down

0 comments on commit 629c7c8

Please sign in to comment.