ADO.NET provider 4.9.0.0 for Firebird is ready
New 4.9.0.0 version of ADO.NET provider for Firebird is ready for download. This release cumulated some pretty diverse set of fixes or features.
Probably the biggest feature is the support for Entity Framework’s Migrations. Yes, finally it’s there (although one issue on Entity Framework’s side is waiting for release that might affect you). The experience should be as smooth as possible, but don’t forget to explore whole surface area (FbMigrationSqlGenerator
).
Other notable items are the rewrite of parsing for FbScript
and FbBatchExecution
(DNET-266), some finalizer improvements (DNET-632) and TimeSpan
/DateTime
precision improvement (DNET-654).
Overview of changes can be found in tracker.
You can get the bits from NuGet FirebirdSql.Data.FirebirdClient and EntityFramework.Firebird (or from firebirdsql.org).