Bump linq2db from 6.0.0 to 6.3.0#62
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
--- updated-dependencies: - dependency-name: linq2db dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Member
|
@dependabot ignore this dependency |
Contributor
Author
|
OK, I won't notify you about linq2db again, unless you re-open this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 linq2db from 6.0.0 to 6.3.0.
Release notes
Sourced from linq2db's releases.
6.3.0
Highlights of this release:
Enum.HasFlagtranslationstring.Concat/string.Join/TrimStart/TrimEndtranslation improvements (with many translator-bug fixes uncovered along the way)AsCtebuilder overload for explicit CTE materialization configuration (PostgreSQL, ClickHouse, DuckDB, SQLite, DuckDB)AsQueryable(db, ...)overload with per-column parameterization control forVALUESclausesNow/UtcNowtranslation with timezone awareness across providers; providers without TZ gracefully downgradeIgnoreConflictsoption forMultipleRowsmodeBulkCopyon MySql / MariaDB / PostgreSQL / SQLite / DuckDB (thanks @darko1979)SqlQueryDependentParamsissues, association discovery on interfaces, subquery null-aggregate SQL generation,UPDATE FROMregressions,ValueConverternull handling, CTE column removal, set-operator flattening,Sql.Rowconverters, predicate null-check optimization,FromSqlcaching,DropTable(throwExceptionIfNotExists: false)behavior,EXISTSover set queriesProvider-specific highlights:
linq2db.cli, LINQPad supportCOALESCEparameter type inference,DateTimeOffset.Nowno longer corruptsTIMESTAMP WITH TIME ZONEwrites, drop of global temp tables with data now worksDbType="..."mappingsEXECUTEblocks for create/drop tablesDROP TABLE IF NOT EXISTShandled on SQL levelUseSequence-defined fields now detected as identity (#5439)FSharp.Core10.1.x; record mapping fixes for case-only-distinct member nameslinq2db.cli:
linq2db.clinow ships as per-RID tool packages (win-x64/win-x86/win-arm64/linux-x64/linux-arm64/osx-arm64/osx-x64).dotnet tool install -g linq2db.cliauto-picks the variant for your SDK; add--arch x86when you need 32-bit (Jet OLE DB; or to match a 32-bit ACE / SqlCe / SAP HANA driver).--architecturescaffold option removed — bitness is now fixed at install time. Jet connection strings on a 64-bit process now fail fast with a clear x86-variant hint. See #5539.Full release notes
Nugets
What's Changed
... (truncated)
6.2.1
This release contains only bugfixes.
Release notes
Nugets
Full Changelog: linq2db/linq2db@v6.2.0...v6.2.1
6.2.0
Release 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
6.1.0
Release highlights:
LeftJoinandRightJoinoperatorsRelease notes
Nugets
Full Changelog: linq2db/linq2db@v6.0.0...v6.1.0
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)