Skip to content

Commit 7d33c57

Browse files
committed
2 parents 480dfd0 + 18a6498 commit 7d33c57

File tree

3 files changed

+22
-28
lines changed

3 files changed

+22
-28
lines changed

.DS_Store

6 KB
Binary file not shown.

NETProvider/README.md

+8-11
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,16 @@
44

55
## EFCore and primary driver brought up to Fb 10.x equivalent
66

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.
1411

1512
# 7.14.6 Summary
1613

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
1815

19-
# 7.14.0 Summery (released as part of 7.14.6)
16+
# 7.14.0 Summary (released as part of 7.14.6)
2017

2118
## Better Code page support.
2219
* 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,14 +27,14 @@
3027

3128
More information at the following links:
3229

33-
* [Providers](Provider/readme.txt)
30+
* [Providers](Provider/README.md)
3431
* [ADO.NET provider](Provider/docs/ado-net.md)
3532
* [Entity Framework 6 provider](Provider/docs/entity-framework-6.md)
3633
* [Entity Framework Core provider](Provider/docs/entity-framework-core.md)
3734
* [Services - Backup](Provider/docs/services-backup.md)
3835
* [Events](Provider/docs/events.md)
3936
* [ADO.NET - Schema](Provider/docs/ado-net-schema.md)
40-
* [DDEX provider](DDEX/readme.txt)
37+
* [DDEX provider](DDEX/readme.md)
4138

4239
| NuGets | Version | Downloads |
4340
|--------|---------|-----------|

README.md

+14-17
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,16 @@
44

55
## EFCore and primary driver brought up to Fb 10.x equivalent
66

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.
1411

1512
# 7.14.6 Summary
1613

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
1815

19-
# 7.14.0 Summery (released as part of 7.14.6)
16+
# 7.14.0 Summary (released as part of 7.14.6)
2017

2118
## Better Code page support.
2219
* 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,14 +27,14 @@
3027

3128
More information at the following links:
3229

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)
4138

4239
| NuGets | Version | Downloads |
4340
|--------|---------|-----------|

0 commit comments

Comments
 (0)