Category: Tools & Products releases
Announcements of new Firebird related products, or new releases.
Firebird client for #Node in pure Javascript is updated : 0.0.8 with one enhancement
Download and install page on npmjs
The list of 0.0.8 changes:
- Decode status vector using firebird.msg to provide a comprehensive error message : enhancement #15
News via +Henri Gourvest
Firebird Python driver FDB 0.9.1 is now released with fixes for Python 3.x
This release just fixes issues with 0.9 to make it work on Python 3.x
Download link:
http://pypi.python.org/pypi/fdb
Documentation is now updated daily from svn on Read The Docs
http://fdb.readthedocs.org/en/latest/index.html
ps: for pip users
sudo pip install –upgrade fdb
Firebird client for #node in pure Javascript is updated : 0.0.7 with annoying bugs fixed
Download and install page on npmjs
The list of 0.0.7 changes:
- Get relation and orginal field name in statement output #11
- 0 value is not null empty string is not null code cleanup fix #12
- Username missing in batch job on Linux #13
News via +Henri Gourvest
Firebird Python driver FDB 0.9 is now released with Documentation and new Features
New Features:
* Documentation: both in-source (in Sphinx autodoc format and html)
* Services API completely reworked
* Many unregistered bugs fixed.
* Various optimizations and cleanup
* Object reference graph optimizations
* Many new tests in test suite
Target for next (1.0) release: Firebird ARRAY support
TurboBird Version 0.9.4 is released
Download links at the project’s page
New features:
Adding Grant permissionn in new table form. Small modifications to New table form. Compiling with Lazarus version 1.0
ANN: New Trace API / FBTM screencast available: Audit logon/logoff into your databases
A new Trace API / FBTM screen cast is available (~ 28min.).
http://ts.upscene.com/download/demos/fbtm/fbtm_audit_logonoff.htm
It discusses how to use the Trace API to audit logon/logoff into your databases and make use of the captured trace data to query sources of database usage, database usage outside normal operating hours etc.
Firebird client for #node in pure Javascript is updated : 0.0.6
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