Firebird Python driver FDB 1.1.1 is released
FDB release 1.1.1 is out:
http://pypi.python.org/pypi/fdb
Bugs Fixed:
– http://tracker.firebirdsql.org/browse/PYFB-34
– http://tracker.firebirdsql.org/browse/PYFB-35
FDB release 1.1.1 is out:
http://pypi.python.org/pypi/fdb
Bugs Fixed:
– http://tracker.firebirdsql.org/browse/PYFB-34
– http://tracker.firebirdsql.org/browse/PYFB-35
The Firebird JDBC team is happy to announce the release of Jaybird 2.2.3.
See http://www.firebirdsql.org/en/jdbc-driver/ for the downloadlinks.
The release is also available on maven:
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdkXX</artifactId>
<version>2.2.3</version>
The artifactId depends on your target Java version: jaybird-jdk15, jaybird-jdk16 or jaybird-jdk17.
The following has been changed or fixed in Jaybird 2.2.3:
More details are available in the Jaybird 2.2.3 releasenotes.
Ladies and Gentlemen!
Microtec Communications is pleased to announce a new release of CopyCat,
version 3.04.0! You will find the full list of changes at the end of
this email. This release also includes the changes from version 3.03.0,
which had not been made publicly available till now.
CopyCat is a Delphi / C++Builder component set encapsulating a database
replication engine for Interbase, Firebird, MS SQL Server, MySQL and
SQLite. Using CopyCat, you can replicate heterogenously between all the
above database types, over various transport systems (direct DB
connection, XMLRPC, or RTC), on various platforms : Delphi/MS Windows
for the client side, server side implemented in Delphi, in Java, in PHP
(only for MySQL) and in Objective-C on iOS (only for SQLite).
CopyCat is a robust replication engine that has been in production use
since 2004. Go to our site at http://www.copycat.fr to find out more!
Below is the list of changes in the new release.
Best regards,
Jonathan Neve
Microtec Communications – http://www.microtec.fr
CopyCat / CopyTiger replication engine – http://www.copycat.fr
![]() |
Upscene Productions is proud to announce the next version of the popular multi-DBMS development tool: ” Database Workbench 4.4.0 Pro ” For more information, see here. |
This version includes small new features, enhancements and fixes for issues as reported by our users.
Changes include:
And much more: click here for the full list of changes in v4.4.0
The free Lite Editions will be released later.
Database Workbench 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 )
You like this news? Twitter it! Share it! Blog about it!
If you want to promote and blog about Database Workbench, send us an e-mail for a free license.
The PHP development team announces the release of the 3rd beta of PHP 5.5.0. This release fixes some bugs against beta 2.
PHP 5.5.0beta3 is shipped with some bug fixes and improvements. Here is an incomplete list:
You can read the full list of changes in the NEWS file contained in the release archive.
For source downloads of PHP 5.5.0beta3 please visit the download page, Windows binaries can be found on windows.php.net/qa/.
Our next beta is expected for April 25th. RC should follow.
Thank you for supporting PHP
The manual for isql has been hugely updated, tidied up and is now online at
http://www.firebirdsql.org/file/documentation/reference_manuals/user_manuals/html/isql.html for the html and at http://www.firebirdsql.org/file/documentation/reference_manuals/user_manuals/Firebird-isql.pdf for the pdf version.If you get an older version that document 0.5 then the cache needs to be flushed.
It’s still not fully complete, but it’s a lot further down the line than before.
Cheers,
Norm.—
Norman Dunbar
Dunbar IT Consultants Ltd
Thank you Norman, for the excellent work!
FDB release 1.1 is out:
http://pypi.python.org/pypi/fdb
New Features:
– Context Manager for transactions.
Bugs Fixed:
Alessandro Batisti announced new version of FenixSQL (simple multiplatform admin tool for Firebird developed with Firebird Library and released under GPL License and produced with Lazarus ide)
Code and download page is located on google code and main page is here
http://fblib.altervista.org
For years the FBLib (Firebird database library for Free Pascal, Delphi and Kylix) has lived in the 3rdParty directory tree of tiOPF. We are cleaning up the tiOPF repository, and so I have now moved the FBLib project out to Github, into its own repository. The repository history is intact. I still need to add a few more patches I have locally, and some Lazarus based support apps.
All future development of FBLib will now happen on Github.
To get a copy of the code:
git clone git://github.com/graemeg/firebird-lib.git
News via lazarus forum
Maximiliano Robaina wrote about Python3 fixes for the Firebird Django driver :
I just pushed up a new commit into django-firebird github repository [1] with several python 3 fixes.
If anybody can test it with python 3 and report any issue, it will be appreciated.
Take into account that this improvements are available into github repository, not on PyPI yet. Pull requests are welcome 😉