Join Firebird!

Join Firebird Foundation to support Firebird SQL development and receive multiple bonuses

Follow Us

Select your media preference

Newsletter

Subscribe to Firebird’s Newsletter to receive the latest news

February 23, 2017 More News
ADO.NET provider 5.8.0.0 Release
Jiri Cincura announces the 5.8.0.0 Release of ADO.NET provider for Firebird.

The story of this version is finalizers. Yeah. The finalizers in provider were not correct on all places and oftentimes really not needed. The code was usually trying to band-aid programmers’ mistakes (bad idea) causing reentrancy problems (the famous NullReferenceExceptions in finalizer thread). No more. These lines are gone and left only on places where it makes sense, highly isolated.

Overview of changes can be found in tracker.

You can download them in the ".NET Provider" section of Downloads. Enjoy!
Jiri Cincura announces the 5.8.0.0 Release of ADO.NET provider for Firebird.

The story of this version is finalizers. Yeah. The finalizers in provider were not correct on all places and oftentimes really not needed. The code was usually trying to band-aid programmers’ mistakes (bad idea) causing reentrancy problems (the famous NullReferenceExceptions in finalizer thread). No more. These lines are gone and left only on places where it makes sense, highly isolated.

Overview of changes can be found in tracker.

You can download them in the ".NET Provider" section of Downloads. Enjoy!