Update dependency linq2db to 6.4.0 - #38
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
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.
This PR contains the following updates:
6.3.0→6.4.0Release Notes
linq2db/linq2db (linq2db)
v6.4.0: Release 6.4.0Highlights 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
Configuration
📅 Schedule: (UTC)
🚦 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.