Category: Tools & Products releases
Announcements of new Firebird related products, or new releases.
Jaybird 2.2.1 Released
The Firebird JDBC team is happy to announce the release of Jaybird 2.2.1.
This release contains the following fixes:
- Fixed:
UnsatisfiedLinkError in libjaybird22(_x64).so undefined symbol: _ZTVN10__cxxabiv117__class_type_infoE
on Linux (JDBC-259) - Added connection property
columnLabelForName
for backwards compatible behavior ofResultSetMetaData#getColumnName(int)
and compatibility with bug incom.sun.rowset.CachedRowSetImpl
(JDBC-260).
Set property totrue
for backwards compatible behavior (getColumnName()
returns the column label); don’t set the property or set it tofalse
for JDBC-compliant behavior (recommended). - Fixed:
setString(column, null)
on “? IS (NOT) NULL
” condition does not set parameter toNULL
(JDBC-264) - The
charSet
connection property now accepts all aliases of the supported Java character sets (eg instead of onlyCp1252
nowwindows-1252
is also accepted) (JDBC-267) - Fixed: values of
charSet
property are case-sensitive (JDBC-268) - Fixed: setting a parameter as
NULL
with the native protocol does not work when Firebird describes the parameter as not nullable (JDBC-271)
The release is also available on maven:
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdkXX</artifactId>
<version>2.2.1</version>
The artifactId depends on your target Java version: jaybird-jdk15
, jaybird-jdk16
or jaybird-jdk17
#Perl Firebird driver DBD-Firebird 1.11 is released with utf-8 and other bugfixes
On the behalf of the developers and contributors team, I’m pleased to announce that DBD::Firebird v1.11 , a DBI driver for the Firebird RDBMS server is released.
This release brings many changes and bugfixes .
- Test::Exception is required
- On Freebsd Threaded perl is required
- Test database to use UTF8 charset and enable UTF8 for the connection
- Fix CHAR lenght when using multi-byte character set Fixes #32 (RT#76506)
- Additional debug when finishing already finished statement
- Avoid double destroying of statement in auto-commit mode with DDL Fixes Github Issue #30 (RT#72946)
The development is done on GitHub and the mailing list is here
Thank you
Database Workbench 4.3.1 Free Lite Editions released
Upscene Productions is proud to announce the next version of the popular multi-DBMS development tool: ” Database Workbench 4.3.1 Lite ” For more information, see here. |
Changes include:
- Incremental data search
- Increased MySQL data type support
- Several bugfixes
And much more: click here for the full list of changes in v4.3.1 and 4.3.0
Database Workbench Pro supports:
– Borland InterBase (6.x – XE )
– Firebird ( 1.x, 2.x )
– MS SQL Server/MSDE ( 7, 2000, 2005, 2008, MSDE 1 & 2, SQL Express )
– MySQL 4.x, 5.x
– Oracle Database ( 8i, 9i, 10g, 11g )
– Sybase SQL Anywhere ( 9, 10, 11 and 12 )
– NexusDB ( 3.0 and up )
The Lite Editions are available for:
– InterBase
– Firebird
– MySQL
You like this news? Twitter it! Share it! Blog about it!
SQLAlchemy has added support for the new fdb Python driver
SqlAlchemy Python SQL Toolkit and Object Relational Mapper has added experimental dialect for the fdb python
driver and it needs testers
#JDBC driver Jaybird 2.2.1 will be probably released next week
News via twitter Mark Rotteveel
Updating releasenotes for Jaybird 2.2.1, and if testing goes OK, I will probably release next week.
Also don’t forget
Do you use Jaybird in your applications? Fill out our survey: http://infopoll.net/live/surveys/s36021.htm
Firebird Adapter for Rails 3.x is released :0.7.2
ActiveRecord Firebird Adapter 0.7.2 for Rails 3.x is released
(this version attempts to support migrations please test it)
Firebird Hosting on Windows & Linux
Having offered Firebird hosting on our Linux servers for over two years, InspiroHost is happy to announce that we now also offer Windows web hosting with full support for Firebird, PHP, MySQL, ASP and all the tools you need to get your website up and running. Cpanel/Plesk control panels are included, as is 24/7 technical support and server monitoring.
Please visit us at http://www.inspirohost.com/firebird-sql-hosting/
Django 1.5 driver for firebird ready for testing (based on the new fdb driver)
Hi everyone,
I’ve some news about development of django-firebird:
First, the current django-firebird at google code repository was updated (in trunk) with support for django 1.4. This version is still with kinterbasdb support.
There is a new version of django-firebird at https://github.com/maxirobaina/django-firebird.
This version is under development and uses the new fdb python-firebird driver in replacement of kinterbasdb. Also it’s tested with django 1.5 master branch, so that is possible what this can fail with django 1.4.
Given that this is still in alpha stage, so we need that you try it and give us some feedback.
For the moment, I’ll try to maintain both, but in the future, all efforts will target fdb with firebird 2.x and later.
Firebird 2.5.2 Release Candidate is available
The Firebird Project team is happy to announce that the v2.5.2 release
candidate kits for Linux, Windows and Mac OS X platforms are ready for
testing.
Please read the Release Notes for details.
Download page:
http://www.firebirdsql.org/en/firebird-2-5-2-rc1/
Enjoy the testing and please don’t hesitate to report the found
regressions (if any) to firebird-devel mailing list or in the bug tracker.
Regards,
Dmitry