Release 6.0.0 RC 3
Except fixes for reported issues and regressions, this release contains:
- migration from ClickHouse.Client provider to it's fork, ClickHouse.Driver
- important changes to default configuration of scalar types. If you use custom-defined scalar types in your mappings, please check those notes
- [Oracle] correct bool mapping for
CreateTableto useNUMBER(1)instead ofCHAR(1)by default. This should affect only default behavior for table creation, as everywhere else we already used nuber mapping.
For full list of changes check this page
New Contributors
- @danielcrenna made their first contribution in https://github.com/linq2db/linq2db/pull/5071
Full Changelog: https://github.com/linq2db/linq2db/compare/v6.0.0-rc.2...v6.0.0-rc.3