GlassFish and Firebird JDBC driver Jaybird
This page describes how to configure GlassFish for use with Jaybird. These instructions are based on GlassFish Server Open Source Edition 3.1.2.2 and Jaybird 2.2.3.
This page describes how to configure GlassFish for use with Jaybird. These instructions are based on GlassFish Server Open Source Edition 3.1.2.2 and Jaybird 2.2.3.
Maximiliano Robaina announced django firebird driver status related to django 1.6 :
I’m pleased to announce that django-firebird with django 1.6 support is underway.
Django 1.6 is still in alpha state, so django-firebird 1.6 too.
Then, you can see the current status at the master branch . The master branch has the “in develop” version. If you need stable support (django 1.5) take a look at stable/1.5.x
What are the changes in database field?
The main changes is on transaction management and including BinaryField
Django 1.6 release notes
FDB release 1.3 is out:
http://pypi.python.org/pypi/fdb
Here is the changelog and the list of bugs fixed
New Features
* fdb.monitor submodule for access to / work with monitoring tables.
* New fdb.Connection.monitor property for access to monitoring tables.
Improvements
* closed property and clear() method for Schema.
* Unit tests reworked.
Bugs Fixed
* Unregistered: Bug in fdb.schema.Schema.close() and
fdb.schema.Schema.bind().
Next version 1.4 will provide access to/work with privileges to database
objects.
best regards
Pavel Cisar
IBPhoenix
Jiří Činčura wrote about his experience with Firebird Embedded and Azure Websites
To sum up. Firebird Embedded works well in Windows Azure Websites. If you need fully featured SQL database for zero extra-money with option to go hassle-free to full server if the need comes, it’s a way to go.
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 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
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 😉