add source columns support in MergeWithOutput* APIs
downgrade Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.Logging.Abstractions dependencies to v6 LTS for linq2db.AspNet package
bugfixes
Also due to compatibility issues from Oracle we don't support use of MySql.Data provider with MariaDB databases anymore. Just another good reason to switch to modern MySqlConnector provider from legacy MySql.Data.
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 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)
Bumps linq2db from 3.7.0 to 5.0.0.
Release notes
Sourced from linq2db's releases.
... (truncated)
Commits
2dc064f
Fix #3986 (#3990)379dda7
Fix copy-paste errors in InputWithOutput* APIs (#3985)fcf3588
Simplify IMetadataReader.GetAttributes API (#3982)ee885cc
Fix type conversion for association storage/setter expressions with different...590e888
Add comment for IMetadataReader's GetObjectID method (#3979)c31fb75
bump versionf23fae5
pin .net 7 SDK version temporary (#3974)738fd90
Move EntityDescriptorCreatedCallback to options (#3969)467da32
Added missing CreateTempTable overrides (#3962)b52ea0c
fix DataOptions equality operators, update Binary equality operations impleme...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 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)