|
3 | 3 | # 10.0.3 Summary
|
4 | 4 |
|
5 | 5 | # IMPORTANT - Do not use 10.0.2 if needing to make remote connections.
|
6 |
| - |
7 |
| -## Fixed bugs in connecting to remote databases and Asynchronously attaching to remote services. |
8 |
| -## Added support for Instance Name (Instance in the ConnectionString) for services |
| 6 | +* Fixed bugs in connecting to remote databases and Asynchronously attaching to remote services. |
| 7 | +* Added support for Instance Name (Instance in the ConnectionString) for services |
9 | 8 |
|
10 | 9 | # 10.0.2 Summary
|
11 | 10 |
|
12 | 11 | ## EFCore and primary driver brought up to Fb 10.x equivalent
|
13 | 12 |
|
14 |
| -## Better EFCore 8.0 support |
15 |
| - |
16 |
| -## EFCOre is now .NET 8.0 only, if you need Net 6.0 support use 7.14.6 (which supports EFCore 6.0 also) |
17 |
| - |
18 |
| -## Primary driver now supports Async calls. |
19 |
| - |
20 |
| -## 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. |
| 13 | +* Better EFCore 6.0 support |
| 14 | +* EFCore is now .NET 8.0 only, if you need Net 6.0 support use 7.14.6 (which supports EFCore 6.0 also) |
| 15 | +* Primary driver now supports Async calls. |
| 16 | +* 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. |
21 | 17 |
|
22 | 18 | # 7.14.6 Summary
|
23 | 19 |
|
24 |
| -## Fixed MacOS determining and loading code, so should work on MAC both Default and Embedded |
| 20 | +* Fixed MacOS determining and loading code, so should work on MAC both Default and Embedded |
25 | 21 |
|
26 |
| -# 7.14.0 Summery (released as part of 7.14.6) |
| 22 | +# 7.14.0 Summary (released as part of 7.14.6) |
27 | 23 |
|
28 | 24 | ## Better Code page support.
|
29 | 25 | * 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.
|
|
37 | 33 |
|
38 | 34 | More information at the following links:
|
39 | 35 |
|
40 |
| -* [Providers](Provider/readme.txt) |
41 |
| - * [ADO.NET provider](Provider/docs/ado-net.md) |
42 |
| - * [Entity Framework 6 provider](Provider/docs/entity-framework-6.md) |
43 |
| - * [Entity Framework Core provider](Provider/docs/entity-framework-core.md) |
44 |
| - * [Services - Backup](Provider/docs/services-backup.md) |
45 |
| - * [Events](Provider/docs/events.md) |
46 |
| - * [ADO.NET - Schema](Provider/docs/ado-net-schema.md) |
47 |
| -* [DDEX provider](DDEX/readme.txt) |
| 36 | +* [Providers](NETProvider/Provider/README.md) |
| 37 | + * [ADO.NET provider](NETProvider/Provider/docs/ado-net.md) |
| 38 | + * [Entity Framework 6 provider](NETProvider/Provider/docs/entity-framework-6.md) |
| 39 | + * [Entity Framework Core provider](NETProvider/Provider/docs/entity-framework-core.md) |
| 40 | + * [Services - Backup](NETProvider/Provider/docs/services-backup.md) |
| 41 | + * [Events](NETProvider/Provider/docs/events.md) |
| 42 | + * [ADO.NET - Schema](NETProvider/Provider/docs/ado-net-schema.md) |
| 43 | +* [DDEX provider](NETProvider/DDEX/readme.md) |
48 | 44 |
|
49 | 45 | | NuGets | Version | Downloads |
|
50 | 46 | |--------|---------|-----------|
|
|
0 commit comments