Release highlights:
- a lot of fixes to reported issues including v6 regressions
- various improvements to generated
SQL - added stack guard for v
isitors, could be managed usingLinqToDB.Common.Configuration.TranslationThreadMaxHopCountsetting - better handling of custom unary/binary operators and support for custom mappings for operators (in case of operator implementation violating contract)
- support
~operator translation for all databases - support for new .NET 6-10 LINQ operators:
CountBy,Index,MaxBy,MinBy,ExceptBy,UnionBy,IntersectBy - [PostgreSQL] add timeout option support for native BulkCopy
- [Oracle] fix found issues in
NVARCHAR2type mapping - [SQL Server 2005] scaffold support for
JSONandVECTORtypes - [ClickHouse] support for
ClickHouse.Driverv0.9 and v1.0 provider versions. For v1.0+ provider we recommend to setReadStringsAsByteArrays=trueprovider option - [YDB] continued provider implementation (still in progress)
Full Changelog: v6.1.0...v6.2.0