Are you fluent in English and SQL?

The Firebird Docs team is calling for people who are fluent in both English and Firebird’s SQL to assist with reviewing the English text of the Firebird 2.5 Language Reference manual. Of 10 chapters and 8 Appendices, 4.5 chapters are still untouched by reviewers.  It would be good to have the reviewing done to coordinate with the forthcoming 2.5.5 release but correctness takes priority.

Still to do are:  half of the DDL chapter, DML, PSQL, Functions and Variables, Transactions.

If you feel able to help with the review, please subscribe to the [firebird-docs] list here and make yourself and your preferred topics known.

Unofficial installer of Firebird 3.0 Release Candidate 1 is available for download!

Are you looking forward to try Firebird 3.0 Release Candidate, and can’t wait for the official release? Download Firebird 3 Unofficial Installer and get Firebird 3.0 RC1 now.
http://firebird3.com/en/download-firebird-3/
If you want to install Firebird 3 as the second instance (and keep existing installation of Firebird 2.5 intact), you can specify another port and instance name for Firebird 3, and use both instances simultenaously.
Watch this video to and follow its steps to install Firebird 3 together with your Firebird 2.x:

Database .NET 16.9 released

Database .NET is an innovative, powerful and intuitive multiple database management tool, With it you can Browse objects, Design tables, Edit rows, Export data and Run queries with a consistent interface. (Full support for Firebird 1.5~3.0)

For more information please visit http://fishcodelib.com/Database.htm
Free, All-In-One, Portable, Single executable file and Multi-language.

Work for django-firebird continue with support for Django 1.7.x

 wrote on the django-firebird mailing list

Greetings folks,

After a long time (Sorry, I have a lot of work), I finally could merge the develop  branch (experimental) into master. That means the master branch is now the “official” stable branch. This is based on django 1.7 and need to be tested more deeply, especially the new migration feature.
The last stable version of django is 1.8.x LTS and the 1.9 version is in beta 1 stage. So, django-firebird 1.7 (still in alpha), it will be a transition version and the idea is that let’s have a new django-firebird with django 1.8 support, I hope soon.
By now, we need close some issues before promote the master branch to first release candidate, mainly those labeled as bug.
How can you help?
1. Clone repo
2. Testing
3. More testing
4. Report issue
5. Send pull request.
Any feedback is welcome.

 

Jaybird 2.2.9 is released

Jaybird 2.2.9  is released

The release can be downloaded from
http://www.firebirdsql.org/en/jdbc-driver/ or
https://github.com/FirebirdSQL/jaybird/releases/tag/v2.2.9

The release is also available on maven(*):

<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdkXX</artifactId>
<version>2.2.9</version>

* The artifactId depends on your target Java version: jaybird-jdk18,
jaybird-jdk17, or jaybird-jdk16.

The following has been changed or fixed since Jaybird 2.2.8

1 70 71 72 73 74 200