Author: mariuz
Lazarus 1.4 has been released
The Lazarus team is glad to announce the release of Lazarus 1.4.
Read More:
http://forum.lazarus.freepascal.org/index.php/topic,28126.0.html
SQLAlchemy 1.0.1 Released
SQLAlchemy release 1.0.1 is now available.
This is a quick bug-fix release that repairs several new regressions identified in the 1.0.0 release, not found during the beta period. All users of 1.0.0 are encouraged to upgrade to 1.0.1.
ActiveRecord Firebird Adapter 1.0.1 is released
New release with a small fix : Quote Firebird 2.1 reserved keywords.
https://rubygems.org/gems/activerecord-fb-adapter/versions/1.0.1
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
FBClone code is moved to github
The FBClone code has been moved to github
FDB Python driver for Firebird v1.4.5 is available for download
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 V2.5.4 has been released and is available for download.
Firebird 2.5.4 is currently the latest stable release. Detailed information about new features and improvements can be found in the release notes.
Google Code Project Hosting on Google Code will close on January 25th, 2016
If you have Firebird related open source project please migrate to github.
Aggregate linear regression functions added in Firebird 3.0
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
