deps: Bump linq2db from 6.3.0 to 6.4.0 - #325
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
--- updated-dependencies: - dependency-name: linq2db dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.3.0 to 6.4.0.
Release notes
Sourced from linq2db's releases.
6.4.0
Highlights of this release:
Sql.Window.*fluent API for window functions — ranking, offset, value, aggregate, statistical, regression, ordered-set and distribution functions, full ROWS/RANGE/GROUPS frames, named windows,FILTER,NULLS FIRST/LASTand OracleKEEP, with compile-time safety. ExistingSql.Ext.*().Over()queries keep working unchanged — they run on the new pipeline internally (#5468)LoadWith/ThenLoadand inline collection projections:KeyedQuery(buffers the parent query and loads children withWHERE key IN (…)) andCteUnion(collapses same-level collections into oneUNION ALLCTE). Selectable per query or globally, with automatic fallback (#5450)HasQueryFilter(key, …)and selectiveIgnoreFilters(keys), mirroring the EF Core 10 API, including EF Core keyed-filter flow-through (#5525)Upsertplus entity-basedInsert(item, …)/Update(item, …)DML APIs (#5482)linq2db.Analyzers— a new analyzer package shipped as a dependency oflinq2db, with ruleL2DB1001and a code fix that migrates the legacySql.Extwindow API toSql.Window. Opt out withEnableLinqToDBAnalyzers(#5703)NULLS FIRST/NULLS LASTcontrol onOrderBy/ThenBywith aDataOptionsdefault, rendered natively or emulated across all providers (#5561)Sql.NewGuid7()andGuid.CreateVersion7()mapping for UUIDv7 generation (#5648)'T option/'T voptioncolumns after.UseFSharp(), with none stored asNULL(#5624)PreferClientCalculationevaluates non-server-required projection expressions client-side, restoring v5 projection behavior (#5604)DistinctByemits nativeDISTINCT ONon PostgreSQL and DuckDB (#5630)OptimizeForSequentialAccessbecame a per-context option, fixing query-cache collisions between sequential and non-sequential reader plans (#5639)[Column]and[ValueConverter], binding by mapped column name rather than parameter name (#5659)PublishSingleFileself-contained deployments (#5489)ToLinqToDB()/ToLinqToDBTable()/GetTable<T>()helpers (#5378)object-typed projection member (#5680),InvalidCastExceptionon a local-collection LEFT JOIN feeding decimal arithmetic (#5587), invalid SQL when subtracting twoDateTime/DateTimeOffsetcolumns (#5581),[ExpressionMethod]running at materialization withIsColumn = false(#5578), nested member-path mappings throwing in MERGE setters and discriminators (#5545),InvalidCastExceptiononContainsin a correlated subquery (#5558), aggregates over a captured local collection turned into SQL subqueries (#5557), andORDER BYexpressions lifted from a subquery producing invalid SQL (#5556)Provider-specific highlights:
IGNORE NULLS/RESPECT NULLSwindow SQL (#5644); v11 and v12 dialects, with unsupported window features rejected client-side with a clear exception (#5687)[GetSqlDecimal]attribute readsdecimalcolumns whose precision exceeds the CLRdecimalrange instead of throwing (#5605)DbContextwith pooled contexts or disabled service-provider caching (#5695)linq2db.cli:
query,executeandschemacommands, plus an MCP server for agent-driven database access (#5678)Full release notes
Nugets
New Contributors
Full Changelog: linq2db/linq2db@v6.3.0...v6.4.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)