[deps]: Update linq2db to v6#6767
Conversation
|
Internal tracking:
|
37c435d to
2ec1393
Compare
2ec1393 to
6a2f9d8
Compare
6a2f9d8 to
94276cc
Compare
689d8d2 to
eab0e89
Compare
f9c85de to
cd50adf
Compare
cd50adf to
652a0f1
Compare
652a0f1 to
5c7a078
Compare
5c7a078 to
91e0748
Compare
|
Fixed Issues (8)Great job! The following issues were fixed in this Pull Request
|
…ync in IdentityApplicationFactory
…nc, fix import ordering
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6767 +/- ##
==========================================
+ Coverage 58.45% 62.69% +4.24%
==========================================
Files 2067 2067
Lines 91049 91049
Branches 8098 8098
==========================================
+ Hits 53219 57086 +3867
+ Misses 35927 31978 -3949
- Partials 1903 1985 +82 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@withinfocus All CI checks passing. This PR now includes both the linq2db.EntityFrameworkCore Code changes needed for the upgrade:
Tested locally: build, full migration from scratch, and server startup all pass. #6764 can be closed once this pr is approved and merges. |
|
@rkac-bw database tests are failing. |
| <ItemGroup> | ||
| <PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="12.0.1" /> | ||
| <PackageReference Include="linq2db" Version="5.4.1" /> | ||
| <PackageReference Include="linq2db" Version="6.2.1" /> |
There was a problem hiding this comment.
❌ Renovate isn't playing nicely with the pinning we are doing here and this needs the brackets.
Bitwarden Claude Code ReviewOverall Assessment: APPROVE This PR upgrades Code Review DetailsNo actionable findings identified. The Dependency Changes
|
withinfocus
left a comment
There was a problem hiding this comment.
Works for me. Time to capture all the team approvals though.
|
enmande
left a comment
There was a problem hiding this comment.
Auth changes LGTM; thank you!
| using Duende.IdentityServer.Models; | ||
| using Duende.IdentityServer.Stores; | ||
| using LinqToDB; | ||
| using Microsoft.EntityFrameworkCore; |





This PR contains the following updates:
5.4.1→6.2.1Release Notes
linq2db/linq2db (linq2db)
v6.2.1: Release 6.2.1This release contains only bugfixes.
Release notes
Nugets
Full Changelog: linq2db/linq2db@v6.2.0...v6.2.1
v6.2.0: Release 6.2.0Release highlights:
SQLisitors, could be managed using
LinqToDB.Common.Configuration.TranslationThreadMaxHopCountsetting~operator translation for all databasesCountBy,Index,MaxBy,MinBy,ExceptBy,UnionBy,IntersectByNVARCHAR2type mappingJSONandVECTORtypesClickHouse.Driverv0.9 and v1.0 provider versions. For v1.0+ provider we recommend to setReadStringsAsByteArrays=trueprovider optionRelease notes
Nugets
Full Changelog: linq2db/linq2db@v6.1.0...v6.2.0
v6.1.0: Release 6.1.0Release highlights:
LeftJoinandRightJoinoperatorsRelease notes
Nugets
Full Changelog: linq2db/linq2db@v6.0.0...v6.1.0
v6.0.0: Release 6.0.0Since previous release candidate final release contains following changes:
Linq To DBreleasesDataConnectionclass now available forDataContext-based contexts tooDistinctBysupportstring.Jointranslation and better translation ofSql.ConcatStringsandSql.StringAggregatecallsProvider-specific changes:
ORA-01704 string literal too longerrors on big LOB parametersVECTORtype support including mappings tofloat[]and mappings for vector functionsSystem.Data.SQLite2 provider supportFor full list of changes check this page
Release notes
Nugets
New Contributors
Full Changelog: linq2db/linq2db@v5.4.1...v6.0.0
Configuration
📅 Schedule: Branch creation - "every 2nd week starting on the 2 week of the year before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.