|
4 | 4 |
|
5 | 5 | ## EFCore and primary driver brought up to Fb 10.x equivalent
|
6 | 6 |
|
7 |
| -## Better EFCore 6.0 support |
8 |
| - |
9 |
| -## EFCore is now .NET 8.0 only, if you need Net 6.0 support use 7.14.6 (which supports EFCore 6.0 also) |
10 |
| - |
11 |
| -## Primary driver now supports Async calls. |
12 |
| - |
13 |
| -## Primary driver now always treats ISC_DOUBLE as type double in .NET. Before it could be Decimal even though the .Value would always be a double. This can have backwards compatibility issues. It should only affect columns that started life in Dialect 1 and were Numeric(10+, 1+) and is either still D1 or the DB is now D3 but the column was never converted to a scaled integer. |
| 7 | +* Better EFCore 6.0 support |
| 8 | +* EFCore is now .NET 8.0 only, if you need Net 6.0 support use 7.14.6 (which supports EFCore 6.0 also) |
| 9 | +* Primary driver now supports Async calls. |
| 10 | +* Primary driver now always treats ISC_DOUBLE as type double in .NET. Before it could be Decimal even though the .Value would always be a double. This can have backwards compatibility issues. It should only affect columns that started life in Dialect 1 and were Numeric(10+, 1+) and is either still D1 or the DB is now D3 but the column was never converted to a scaled integer. |
14 | 11 |
|
15 | 12 | # 7.14.6 Summary
|
16 | 13 |
|
17 |
| -## Fixed MacOS determining and loading code, so should work on MAC both Default and Embedded |
| 14 | +* Fixed MacOS determining and loading code, so should work on MAC both Default and Embedded |
18 | 15 |
|
19 |
| -# 7.14.0 Summery (released as part of 7.14.6) |
| 16 | +# 7.14.0 Summary (released as part of 7.14.6) |
20 | 17 |
|
21 | 18 | ## Better Code page support.
|
22 | 19 | * if System.Text.Encoding.CodePages can be loaded the ANSI code pages are available when the data's code page is null. Previously high byte characters would fail assuming UTF8 could handle it.
|
|
30 | 27 |
|
31 | 28 | More information at the following links:
|
32 | 29 |
|
33 |
| -* [Providers](Provider/readme.txt) |
34 |
| - * [ADO.NET provider](Provider/docs/ado-net.md) |
35 |
| - * [Entity Framework 6 provider](Provider/docs/entity-framework-6.md) |
36 |
| - * [Entity Framework Core provider](Provider/docs/entity-framework-core.md) |
37 |
| - * [Services - Backup](Provider/docs/services-backup.md) |
38 |
| - * [Events](Provider/docs/events.md) |
39 |
| - * [ADO.NET - Schema](Provider/docs/ado-net-schema.md) |
40 |
| -* [DDEX provider](DDEX/readme.txt) |
| 30 | +* [Providers](NETProvider/Provider/README.md) |
| 31 | + * [ADO.NET provider](NETProvider/Provider/docs/ado-net.md) |
| 32 | + * [Entity Framework 6 provider](NETProvider/Provider/docs/entity-framework-6.md) |
| 33 | + * [Entity Framework Core provider](NETProvider/Provider/docs/entity-framework-core.md) |
| 34 | + * [Services - Backup](NETProvider/Provider/docs/services-backup.md) |
| 35 | + * [Events](NETProvider/Provider/docs/events.md) |
| 36 | + * [ADO.NET - Schema](NETProvider/Provider/docs/ado-net-schema.md) |
| 37 | +* [DDEX provider](NETProvider/DDEX/readme.md) |
41 | 38 |
|
42 | 39 | | NuGets | Version | Downloads |
|
43 | 40 | |--------|---------|-----------|
|
|
0 commit comments