ActiveRecord Firebird Adapter for Rails 4.2 is released
Support for Rails 4.2 landed in version 1.0
https://rubygems.org/gems/activerecord-fb-adapter/versions/1.0.0
Support for Rails 4.2 landed in version 1.0
https://rubygems.org/gems/activerecord-fb-adapter/versions/1.0.0
The FBClone code has been moved to github
IBSurgeon is glad to announce the new version of Firebird monitoring, backups and anticorruption tool – FBDataGuard 3.3, which introduces new features and several bugfixes.
Now FBDataGuard monitors lock table and deadlock parameters, which are very important for a good performance for Firebird Classic and SuperClassic architectures. FBDataGuard also gives intelligent suggestions how to change appropriate Firebird configuration parameters to fix encountered problems.
FBDataGuard 3.3 is free for all existing FBDataGuard users, and EUR149/server for new licenses. For companies with many installations of Firebird we offer an ISV unlimited subscription for EUR990/year: an ability to install as many FBDataGuards as needed.
Download FBDataGuard 3.3.
Hi everyone!
We wrote the new small guide “Using «LCPI ADO.NET Data Provider for OLE DB» with Firebird SQL Server” and offer you acquainted with technological capabilities of our .NET provider.
From this article you can learn, for example:
Your comments and suggestions are welcome!
FDB Python driver for Firebird v1.4.5 is available for download. This is
pure bugfix release. Solves problems with memory and db resource leaks
caused by Python GC due to circular references.
https://pypi.python.org/pypi/fdb
Warning : there are some issues with django in this release (reported by Maximiliano Robaina)
Firebird 2.5.4 is currently the latest stable release. Detailed information about new features and improvements can be found in the release notes.
If you have Firebird related open source project please migrate to github.
Database .NET is an innovative, powerful and intuitive multiple database management tool, With it you can Browse objects, Design tables, Edit rows, Export data and Run queries with a consistent interface. (Full support for Firebird 1.5~3.0)
You’re welcome to download it from http://fishcodelib.com/Database.htm
Free, All-In-One, Portable, Single executable file and Multi-language.
Linear regression functions added in Firebird 3.0 :
REGR_AVGX(Y, X) = SUM(X) / N
REGR_AVGY(Y, X) = SUM(Y) / N
REGR_COUNT(Y, X) = N
REGR_INTERCEPT(Y, X) = REGR_AVGY(Y, X) – REGR_SLOPE(Y, X) * REGR_AVG_X(Y, X)
REGR_R2(Y, X) = POWER(CORR(Y, X),2)
REGR_SLOPE(Y, X) = COVAR_POP(Y, X)
REGR_SXX(Y, X) = N * VAR_POP(X)
REGR_SXY(Y, X) = N * COVAR_POP(Y, X)
REGR_SYY(Y, X) = N * VAR_POP(Y)
Contributed by Hajime Nakagami.
Github pull request: https://github.com/FirebirdSQL/core/pull/4
Here is the list of changes : What’s new in Firebird 2.5.4