Update dependency linq2db to v6 #265

Open
professeur-chen wants to merge 1 commit from renovate/linq2db-6.x into trunk
Collaborator

This PR contains the following updates:

Package Type Update Change
linq2db (source) nuget major 5.4.1 -> 6.1.0

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

linq2db/linq2db (linq2db)

v6.1.0: Release 6.1.0

Release highlights:

  • fixes to reported issues and regressions
  • support of .NET 10 LeftJoin and RightJoin operators
  • re-enable DB2i support for LINQPad driver

Release notes
Nugets

Full Changelog: https://github.com/linq2db/linq2db/compare/v6.0.0...v6.1.0

v6.0.0: Release 6.0.0

Since previous release candidate final release contains following changes:

  • .NET 10 support
  • EF.Core 10 integration
  • LINQPad driver releases now syncronized with Linq To DB releases
  • extension methods that vere available on DataConnection class now available for DataContext-based contexts too
  • DistinctBy support
  • Improved translation of aggregate and window functions
  • string.Join translation and better translation of Sql.ConcatStrings and Sql.StringAggregate calls
  • and many more small features and fixes to defects and regressions from prerelease versions

Provider-specific changes:

  • [Oracle] implement fixes for ORA-01704 string literal too long errors on big LOB parameters
  • [SQL Server 2025] Better VECTOR type support including mappings to float[] and mappings for vector functions
  • [SQLite] add System.Data.SQLite 2 provider support
  • [SQLite] fixes to all known issues n SQLite schema provider
  • added early preview of new provider for YDB database for early adopters

For full list of changes check this page

Release notes

Nugets

New Contributors

Full Changelog: https://github.com/linq2db/linq2db/compare/v5.4.1...v6.0.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [linq2db](http://linq2db.com/) ([source](https://github.com/linq2db/linq2db)) | nuget | major | `5.4.1` -> `6.1.0` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>linq2db/linq2db (linq2db)</summary> ### [`v6.1.0`](https://github.com/linq2db/linq2db/releases/tag/v6.1.0): Release 6.1.0 Release highlights: - fixes to reported issues and regressions - support of .NET 10 `LeftJoin` and `RightJoin` operators - re-enable DB2i support for LINQPad driver [Release notes](https://github.com/linq2db/linq2db/wiki/Releases-and-Roadmap#release-610) [Nugets](https://www.nuget.org/profiles/LinqToDB) **Full Changelog**: <https://github.com/linq2db/linq2db/compare/v6.0.0...v6.1.0> ### [`v6.0.0`](https://github.com/linq2db/linq2db/releases/tag/v6.0.0): Release 6.0.0 Since previous release candidate final release contains following changes: - .NET 10 support - EF.Core 10 integration - LINQPad driver releases now syncronized with `Linq To DB` releases - extension methods that vere available on `DataConnection` class now available for `DataContext`-based contexts too - `DistinctBy` support - Improved translation of aggregate and window functions - `string.Join` translation and better translation of `Sql.ConcatStrings` and `Sql.StringAggregate` calls - and many more small features and fixes to defects and regressions from prerelease versions Provider-specific changes: - \[Oracle] implement fixes for `ORA-01704 string literal too long` errors on big LOB parameters - \[SQL Server 2025] Better `VECTOR` type support including mappings to `float[]` and mappings for vector functions - \[SQLite] add `System.Data.SQLite` 2 provider support - \[SQLite] fixes to all known issues n SQLite schema provider - added early preview of new provider for YDB database for early adopters For full list of changes check [this page](https://github.com/linq2db/linq2db/wiki/Linq-To-DB-6#final-release) [Release notes](https://github.com/linq2db/linq2db/wiki/Linq-To-DB-6) [Nugets](https://www.nuget.org/profiles/LinqToDB) #### New Contributors - [@&#8203;tacosontitan](https://github.com/tacosontitan) made their first contribution in [#&#8203;4482](https://github.com/linq2db/linq2db/pull/4482) - [@&#8203;freakalis](https://github.com/freakalis) made their first contribution in [#&#8203;4493](https://github.com/linq2db/linq2db/pull/4493) - [@&#8203;boginw](https://github.com/boginw) made their first contribution in [#&#8203;4608](https://github.com/linq2db/linq2db/pull/4608) - [@&#8203;riktimmondal](https://github.com/riktimmondal) made their first contribution in [#&#8203;4635](https://github.com/linq2db/linq2db/pull/4635) - [@&#8203;johnjuuljensen](https://github.com/johnjuuljensen) made their first contribution in [#&#8203;4776](https://github.com/linq2db/linq2db/pull/4776) - [@&#8203;altbodhi](https://github.com/altbodhi) made their first contribution in [#&#8203;4804](https://github.com/linq2db/linq2db/pull/4804) - [@&#8203;gubser](https://github.com/gubser) made their first contribution in [#&#8203;4853](https://github.com/linq2db/linq2db/pull/4853) - [@&#8203;sksk571](https://github.com/sksk571) made their first contribution in [#&#8203;4885](https://github.com/linq2db/linq2db/pull/4885) - [@&#8203;denis-tsv](https://github.com/denis-tsv) made their first contribution in [#&#8203;4916](https://github.com/linq2db/linq2db/pull/4916) - [@&#8203;rameel](https://github.com/rameel) made their first contribution in [#&#8203;4918](https://github.com/linq2db/linq2db/pull/4918) - [@&#8203;ffried](https://github.com/ffried) made their first contribution in [#&#8203;4957](https://github.com/linq2db/linq2db/pull/4957) - [@&#8203;Akilaydin](https://github.com/Akilaydin) made their first contribution in [#&#8203;4970](https://github.com/linq2db/linq2db/pull/4970) - [@&#8203;GulpakMarina](https://github.com/GulpakMarina) made their first contribution in [#&#8203;4868](https://github.com/linq2db/linq2db/pull/4868) - [@&#8203;ACaiCat](https://github.com/ACaiCat) made their first contribution in [#&#8203;5046](https://github.com/linq2db/linq2db/pull/5046) - [@&#8203;danielcrenna](https://github.com/danielcrenna) made their first contribution in [#&#8203;5071](https://github.com/linq2db/linq2db/pull/5071) - [@&#8203;Seramis](https://github.com/Seramis) made their first contribution in [#&#8203;5117](https://github.com/linq2db/linq2db/pull/5117) - [@&#8203;AidenFuller](https://github.com/AidenFuller) made their first contribution in [#&#8203;5025](https://github.com/linq2db/linq2db/pull/5025) **Full Changelog**: <https://github.com/linq2db/linq2db/compare/v5.4.1...v6.0.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDguNiIsInVwZGF0ZWRJblZlciI6IjQxLjE0OC42IiwidGFyZ2V0QnJhbmNoIjoidHJ1bmsiLCJsYWJlbHMiOltdfQ==-->
Update dependency linq2db to v6
All checks were successful
ci/woodpecker/pr/workflow Pipeline was successful
ci/woodpecker/push/workflow Pipeline was successful
bc682a741a
professeur-chen force-pushed renovate/linq2db-6.x from bc682a741a
All checks were successful
ci/woodpecker/pr/workflow Pipeline was successful
ci/woodpecker/push/workflow Pipeline was successful
to 8968ce41ac
All checks were successful
ci/woodpecker/pull_request_metadata/workflow Pipeline was successful
ci/woodpecker/push/workflow Pipeline was successful
ci/woodpecker/pr/workflow Pipeline was successful
2025-12-16 06:27:09 +01:00
Compare
All checks were successful
ci/woodpecker/pull_request_metadata/workflow Pipeline was successful
ci/woodpecker/push/workflow Pipeline was successful
ci/woodpecker/pr/workflow Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/linq2db-6.x:renovate/linq2db-6.x
git switch renovate/linq2db-6.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch trunk
git merge --no-ff renovate/linq2db-6.x
git switch renovate/linq2db-6.x
git rebase trunk
git switch trunk
git merge --ff-only renovate/linq2db-6.x
git switch renovate/linq2db-6.x
git rebase trunk
git switch trunk
git merge --no-ff renovate/linq2db-6.x
git switch trunk
git merge --squash renovate/linq2db-6.x
git switch trunk
git merge --ff-only renovate/linq2db-6.x
git switch trunk
git merge renovate/linq2db-6.x
git push origin trunk
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
l4p1n-bot/bot-rust!265
No description provided.