Category: General news
Firebird related news
Active Record Firebird Adapter for #Rails updated to version 0.8.8
Active Record Firebird Adapter 0.8.8 is updated with a few cleanups and fixes:
Merge pull request from Ray Zane : Use @config instead of @connection_params.
Fix sequence name limit.
Ruby Firebird Extension Library – Fb bumped to version 0.7.1 with a few fixes
Version 0.7.1 is on RubyGems now.
With following changes and bug fixes:
Fix naive rounding logic affecting negative scaled values.
Update for current rubygems, add license MIT like ar adapter , add rakefile.
Fixes error: ‘isc_info_db_SQL_dialect’ undeclared (first use in this function) replaced in Firebird 3.0 and marked as deprecated from firebird 1.5.
Sparx Systems – Enterprise Architect 11 uses Firebird
Sparx Systems now has a fully intergrated Firebird backend Database for its Enterprise Architect application
Database .NET 11.2 released
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 database
- Updated to FirebirdSql.Data.FirebirdClient.dll 4.1.5
- Added Executing SQL Statements from a text file
- Added GUID Generator
- Added Japanese and Slovenian UI languages
- Added New Query Button
- Added Support for subfolders
- Added Generate Table Data (INSERTs) to new query window
- Improved AutoComplete and IntelliSense
- Improved Selected Text to Query Builder
- Improved Generate Scripts(DDL and SCRIPT AS)
- Improved SQL Profiler
- Improved SQL History
- …and more.
What’s New (2014/05/02)
You’re welcome to download the Database .NET right now at:
http://fishcodelib.com/Database.htm
Free, All-In-One, Portable, Standalone (No Installation) and Multlanguage.
Supported Platforms: Windows All (x86/x64)
Firebird Classic 2.5.x with xinetd on Ubuntu/Debian systems
By default Firebird Classic package uses openbsd-inetd
You can inspect the config cat /etc/inetd.conf the max number of connections per minute is 255
after nowait you can suffix this field with a period, followed by the maximum number of connections authorized per minute for example nowait.10000
localhost:gds_db stream tcp nowait.10000 firebird /usr/sbin/tcpd /usr/sbin/fb_inet_server
To switch to xinetd an easier to use and popular alternative
sudo apt-get install xinetd
This will stop openbsd-inetd and will start xinetd alternative
You can inspect it with
cat /etc/xinetd.d/firebird25
There are a few issues with default config and it will be cleaned in the next firebird-classic package versions
A good config should look like this where i configured an unlimited numer of instances per source (also you can tweak the cps)
Jaybird 2.2.5 is released
Download links and information on Jaybird wiki page
Planning the Firebird v4.0 development
Dmitry Yemanov wrote on Firebird-Devel mailing list :
We’re getting closer to the v3.0 feature freeze which is going to happen
this summer. Everything roadmapped for v3 but not implemented before the
deadline will be postponed. The next-after-v3 release is likely to
incorporate most of the postponed features, but there may be new
features as well. So it makes sense to start discussing what could and
should be done in the next version(s). We have a few months to collect
the proposals, discuss technical details and make estimates about the
required efforts.
This message is the invitation to both project members and users who
closely follow the development. If you want to discuss something for
potentially including into the new version(s), feel free to do that in
separate threads. Please be prepared to protect your opinion and discuss
the details, simple votes “I like feature X” don’t count. A tracker
ticket for the feature request is appreciated, please add its URL to
your post.
Just for the reference, the top-voted tickets can be found here in jira
The ongoing results of the planning stage will be published on our
website and scheduled for the next version(s) by the project admins.
Dmitry
Firebird Tour: seminar in Moscow, June 4, 2014
Firebird Project invites you to the next “All About Transactions” seminar in the frames of Firebird Tour: next stop in Moscow, June 4, 2014.
More details are here (in Russian): www.firebirdsql.org/en/firebird-tour-moscow/
Mezzanine 3.1.1 released and is stable with firebird driver for Django 1.6.x
Mezzanine 3.1.1 is released and is considered stable with firebird driver for Django 1.6.x
Updated instruction for Firebird are here
