Wednesday, January 29, 2025

Firebird Docker Images Now Under the Firebird Organization

We are pleased to announce the successful migration of Firebird Docker images to their new home:

https://github.com/FirebirdSQL/firebird-docker

The images are now published on Docker Hub at

https://hub.docker.com/r/firebirdsql/firebird

Thanks to Adriano dos Santos Fernandes for his invaluable contributions and improvements throughout this process.

Monday, January 13, 2025

A sad day for the Firebird Project



Helen Borrie, a key figure in the Firebird relational database project and a longtime contributor at IBPhoenix, passed away on January 2, 2025. Her contributions were essential to Firebird’s creation and its development over the past 25 years.

Read the rest of the official announcement


Jaybird 6.0.0 released

We're happy to announce the first release of Jaybird 6, Jaybird 6.0.0.

Thursday, November 21, 2024

Read free book "Detailed New Featuires Of Firebird 5": available as HTML and as PDF

Dive deep into the revolutionary features of Firebird 5.0 with this comprehensive guide written by database expert Denis Simonov and edited by Alexey Kovyazin.


This book offers an in-depth exploration of the significant advancements that make Firebird 5.0 a pivotal release in the world of relational databases.


Whether you're a seasoned database administrator, a curious developer, or an IT professional looking to stay ahead of the curve, this book provides the knowledge and insights you need to leverage the full potential of Firebird 5.0.

 https://firebirdsql.org/en/community-news/free-book-detailed-features-of-firebird-5-is-published/


Thursday, January 25, 2024

Firebird 5.0 Is Released

Firebird Project is happy to announce general availability of Firebird 5.0 — the latest major release of the Firebird relational database for Windows, Linux, MacOS and Android platforms.

This release introduces improvements in areas of performance, multithreaded processing (including backup, restore, sweep), SQL queries profiling, with better scalability and numerous enhancements in SQL language.

Please refer to the Release Notes for the full list of changes. The complete Language Reference is also available.

Monday, December 18, 2023

Call For Testing Firebird ODBC Driver for Firebird 3.x

The new version of Firebird ODBC driver is in Beta stage now.
Version 3.0.0 Beta is available for testing on Windows. It works only with Firebird 3+ , and requires fbclient.dll from Firebird 3 or above.


https://github.com/FirebirdSQL/firebird-odbc-driver/wiki

Please download, test, and report any issues!

Issues can be reported here: https://github.com/FirebirdSQL/firebird-odbc-driver/issues

Original Pull request for new driver (work in progress): 

Here is an ODBC driver edition, adopted to OOAPI calls instead of isc_ calls.
Since OOAPI is supported by the FB3.0 and later client library, this driver version should be used with FB3.0+ only.

This code has not yet been fully tested and is not guaranteed to work correctly in all cases.

Wednesday, November 01, 2023

Valgrind 3.22 is available

News via reddit : 
"We are pleased to announce a new release of Valgrind, version 3.22.0,
available from https://valgrind.org/downloads/current.html.
See the release notes below for details of changes.
Our thanks to all those who contribute to Valgrind's development. This
release represents a great deal of time, energy and effort on the part
of many people.
Happy and productive debugging and profiling,
-- The Valgrind Developers"

ps : related to Firebird development (debugging memory allocation) search for USE_VALGRID on github repo

Wednesday, October 11, 2023

Firebird 5.0 Release Candidate 1 is available for testing

Firebird Project announces the first Release Candidate of Firebird 5.0, the next major version of the Firebird relational database, which is now available for testing on all supported platforms (Windows, Linux, MacOS, Android).

This Release Candidate demonstrates the complete set of features and improvements developed for the new release. Release Candidates are generally considered stable enough and may be recommended for testing in "almost-production" environments. Our users are appreciated giving it a try and providing feedback to the development mailing list. Apparent bugs can be reported directly to the bugtracker.



Please read the Release Notes carefully before installing and testing this Release Candidate

Flamerobin 0.9.9 Snapshot released with a few fixes



Flamerobin 0.9.9 Snapshot released with a few fixes

What’s Changed :
  • Fix Mac OS compilation by @rlakis in #328
  • Fix saving style error and code scanning alert by @arvanus in #330
  • Improve SQL statistics by @arvanus in #331



New Contributors :
@rlakis made their first contribution in #328