Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

InterBase ADO.NET Driver Updated with Improved Entity Framework Support

Embarcadero has just released version 7.13.6 of the InterBase ADO.NET driver and its related Entity Framework support.

This release is focused on EFCore (Entity Framework Core) scaffolding support.

The primary driver has a few bug fixes mainly around the situation when you are making a connection requesting dialect 3 or with no dialect included (which defaults to 3) but the database itself is a dialect 1 database. A new event was added for when the connection downgrades and IBDatabaseInfo has a new property DBSQLDialect to see the connected database dialect. All unit tests now run in dialect 3 (old) and again in dialect 1, but with the connection defaulting to dialect 3 requests.

You can find the complete source code of the drivers on GitHub at: https://github.com/Embarcadero/IB.NETDataProvider

The two matching NuGet packages have also been updated:

The main page on GitHub lists download links and further information, as you can see below:

Exit mobile version