Django Firebird current status

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

Windows Azure Web Sites and Firebird

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.

Jaybird 2.2.3 (Firebird JDBC) released

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:

  • Fixed incorrect synchronization in native and embedded protocol (JNI) implementation for iscBlobInfo and iscSeekBlob (JDBC-300)
  • Fixed holdable ResultSet is closed on auto-commit (JDBC-304, JDBC-305)
  • Fixed table names missing or padded with spaces in Database view of IntelliJ IDEA (JDBC-308, IDEA-100786)
  • Fixed incorrect JDBC minor version reported under Java 7; this resulted in an incorrect column name (for Java 7) in the metadata of DatabaseMetaData.getColumns(…) (JDBC-309)
  • Added IOException to cause of GDSException with error 335544721; “Unable to complete network request to host “”” for further investigation (JDBC-306)

More details are available in the Jaybird 2.2.3 releasenotes.

isql documentation update

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!

The Firebird Book (Second Edition) released : printed and ebooks

The Firebird Book (Second Edition) is now available as a print on demand book (at createspace) in three parts,

Volume 1: Firebird Fundamentals
https://www.createspace.com/4203352

Volume 2: Developing with Firebird Data
https://www.createspace.com/4206843

Volume 3: Administering Firebird Servers and Databases
https://www.createspace.com/4206991

Also and also in electronic format (e-book) on the Developer DVD or as an immediate download. It covers Firebird upto Firebird V2.5.x.

Anybody purchasing the DVD gets a download link immediately,
and the DVD is sent later as a backup hard copy, along with a lot of other useful stuff.

1 9 10 11 12 13 78