Skip to content

10.0.2

Latest
Compare
Choose a tag to compare
@jeffovercash jeffovercash released this 29 Nov 17:17
· 3 commits to main since this release

EFCore and the primary driver brought up to Fb 10.x equivalent
Better EFCore 6.0 support
EFCore is now .NET 8.0 only. If you need Net 6.0 support use 7.14.6 (which supports EFCore 6.0 also)
The primary driver now supports Async calls.
The 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.