Tag: dotnet provider
ADO.NET provider 8.5.4 for Firebird is available for download with a few fixes
Installing DDEX provider for Firebird into Visual Studio 2017
If you installed Firebird ADO.NET provider 6.3.0.0 and EntityFramework.Firebird from nuget you also need to add the DDEX provider for Firebird into Visual Studio 2017 following these steps.
NHibernate 4.0.1.GA released with Firebird fixes
NHibernate 4.0.1 General Availability is now available for download from Sourceforge and Nuget.
http://sourceforge.net/projects/nhibernate/?source=directory
This includes fixes for regressions in NH 4.0.0, and some fixes for mapping-by-code and Firebird issues.
Please see the full release notes for more information:
https://github.com/nhibernate/nhibernate-core/blob/4.0.1.GA/releasenotes.txt
FbTransaction changes in Firebird #DotNet Provider to support tables locking
Firebird has a feature allowing you to specify tables you want to lock (read or write and exclusive/protected/shared) when starting transaction so now is proper implemented in .net provider snapshots