Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-26 | 1.3 kB | |
Release 6.0.0 Preview 4 source code.tar.gz | 2025-03-26 | 29.3 MB | |
Release 6.0.0 Preview 4 source code.zip | 2025-03-26 | 32.1 MB | |
Totals: 3 Items | 61.4 MB | 1 |
Yet another preview release before upcoming release candidate.
Alongside with fixes to multiple bugs and regrssions from previous previews it contains following changes:
- Obsoletion of excess constructors on
DataConnection
andDataContext
types that could be replaced with constructor, acceptingDataOptions
configuration object - experimental support for new SQL Server
JSON
data type type - changes to default precision and scale mappings for decimal type from
DECIMAL
toDECIMAL(x, 10)
for many database providers. This mostly affects which data type is used byCreateTable
APIs by default - added
AllowMultiple=true
option to some mapping attributes, which didn't had it for some unknown reason - [SAP HANA] added support for
Sap.Data.Hana.Net.*
providers - fixed nuget generation issue for
linq2db.EntityFrameworkCore
packages, that resulted in incorrect package content for previous (Preview 3) release for EF 8 and 9
For full list of changes check this page
Full Changelog: https://github.com/linq2db/linq2db/compare/v6.0.0-preview.3...v6.0.0-preview.4