Category: General news
Firebird related news
New Statistical Functions to be added covar_samp, covar_pop, corr
Hajime Nakagami contributed new Statistical functions : covar_samp(), covar_pop(), corr()
You can find a few examples in the pull request.
ps:Now is merged
Meteor watching cameras powered by the Raspberry Pi and Firebird
Cool project : Meteor watching cameras powered by the Raspberry Pi, bought to you by Cambridge Science Centre!
http://www.cambridgesciencecentre.org/MeteorPi/
News via twitter
We recommend flynn.io (a alternative oss PaaS to heroku) that use buildpacks
CMake iOS build for Firebird 3
Egor Pugin announced on Firebird-Devel list :
With new CMake 3.2.1 it is possible to successfully build Firebird for
iOS platform using CMake.
Updated instructions for iOS build available at
https://bitbucket.org/egor_pugin/firebird_cmake/wiki/Home
The last issue you encounter during building is duplicate symbol error
from clang. It is related to class DatabaseDirectoryList in anonymous
namespace. This class exists in files: src/jrd/jrd.cpp and
src/common/db_alias.cpp.
For my tests I added last underscore symbol to one of those classes
and the build completes.
Firebird 2015 Tour: SQL Optimization
We invite all Firebird developers and administrators to 1-day seminars in the frames of Firebird 2015 Tour. Firebird 2015 Tour is devoted to the SQL performance optimization: SQL plans, queries and database statistics, queries tuning techniques, etc.
Firebird 2015 Tour is organized by IBSurgeon and IBPhoenix, with support of Firebird Developers core team.
Locations and dates of Firebird 2015 Tour (see details in the appropriate sections below):
- April 24 – Seligenstadt, Germany
- May 19 – Prague, Czech Republic
- June 5 – Moscow, Russia
Read more details about Firebird 2015 Tour here: www.firebirdsql.org/en/firebird-tour-2015/
Nodejs Firebird driver version 0.6.0 is released with critical problem with Transactions fixed
GSOC 2015 Finish Firebird Libreoffice driver integration
There is a medium difficulty task for a c++ programmer in current GSOC 2015
The Firebird driver for LibreOffice was started, and is mostly functional, in a previous GSoC, but it needs finishing and polishing. The main remaining issue is that the firebird data format embedded in the .odb file is endianess-dependent. The idea is to switch to Firebird’s “archive” format that is not.
Required skills / knowledge
C++, SQL, Reading other’s code, capacity to work autonomously.
Difficulty
medium
Potential mentors
Lionel Elie Mamane, IRC: schoinobates, mail: lionel AT mamane DOT lu
Standard deviation and variance contributed by Hajime Nakagami
Improve your favourite Open Source RDBMS with github pull requests and patches .
Here’s a contribution to Firebird core standard deviation and variance buff.ly/1Ek2m0h
BenchmarkSQL for Firebird
Roman Simakov announced BenchmarkSQL for Firebird
I’ve ported BenchmarkSQL for Firebird. It’s TPC-C test working via
JDBC and support PostgreSQL, Oracle, DB2 and now Firebird.
https://github.com/romansimakov/BenchmarkSQL
I could run it locally and maybe it could be useful to know where we
are comparing to other DBMSs.
Please share you investigations.
