PHP Firebird driver 6.1.1-RC.2 is released

PHP Firebird driver 6.1.1-RC.2 is released . Please test thoroughly and report any issues.

Changes since v6.1.1-RC.1 :

  • New functions ibase_get_client_major_version(), ibase_get_client_minor_version()
  • Addressed issues: #22#78#88#91#92#95#96

Possible breaking changes:

  • ibase_close() now closes connection instantly instead of decreasing refcount (see more #22)
  • fetching TIME fields with IBASE_UNIXTIME flag now returns time as string instead of negative values

Firebirust v0.5.3 is released

Firebirust v0.5.3 is released with a few changes :

This release adds inspectable column metadata to statements, tightens and cleans up several internal APIs, expands tests

Highlights

  • Add column inspection API on Statement and StatementAsync:
  • column_count()
  • column_names() -> Vec<&str>
  • column_metadata(col: usize) -> Option<(sqltype, sqlscale, sqlsubtype, sqllen, null_ok, fieldname, relname, ownname)>
  • Improved test coverage — sync and async tests now assert column count, names, and metadata.
  • Internal refactor:
  • SQL type constants promoted to crate root.
  • Many protocol/constants now have crate-level visibility (pub(crate)).
  • XSQLVar made crate-private (pub(crate)); parsing now uses utils:: helpers.

A modern C++ wrapper for the Firebird database API.

A modern C++ wrapper for the Firebird database API.

Documentation | Repository

fb-cpp provides a clean, modern C++ interface to the Firebird database engine. It wraps the Firebird C++ API with RAII principles, smart pointers, and modern C++ features.

Features Modern C++: Uses C++20 features for type safety and performance

  • RAII: Automatic resource management with smart pointers
  • Type Safety: Strong typing for database operations
  • Exception Safety: Proper error handling with exceptions
  • Boost Integration: Optional Boost.DLL for loading fbclient and Boost.Multiprecision support for large numbers

News via  Firebird-Devel group

MCP Firebird 2.5.1 with Wire Encryption

Version 2.5.1 brings official Smithery platform support and enhanced wire encryption capabilities, making MCP Firebird even more accessible and secure. This release focuses on cloud deployment flexibility and enterprise-grade security features.


✨ Major Features

🌐 Smithery Platform Integration

One-Click Cloud Deployment

  • ✅ Official Smithery support – Deploy MCP Firebird to the cloud in minutes
  • ✅ Automatic configuration – Smithery detects and configures everything automatically
  • ✅ Web-based management – Manage your server through Smithery’s intuitive dashboard
  • ✅ Instant scaling – Scale your deployment as needed
  • ✅ Zero infrastructure management – No servers to maintain

🔒 Enhanced Wire Encryption Support

Enterprise-Grade Security

This release significantly improves wire encryption capabilities for Firebird 3.0+ databases:

  • ✅ Full WireCrypt compatibility – Works seamlessly with WireCrypt = Required servers
  • ✅ Native driver integration – Automatic detection and fallback
  • ✅ Zero configuration – Just set USE_NATIVE_DRIVER=true
  • ✅ Production tested – Verified with enterprise Firebird deployments
  • ✅ Encryption verification – Built-in checks to ensure encryption is active
Read more

FBLoader — A High-Speed CSV Import for Firebird

IBPhoenix is pleased to announce the release of FBLoader, a new command-line utility designed for blazing-fast import of CSV data into Firebird databases.

FBLoader makes it easy to move large volumes of data efficiently, whether you’re loading files from a local or remote system, handling multiple sources and tables in a single session, or taking advantage of automatic parallel loading for optimal performance. With flexible parameter options and full control over character sets and file access, FBLoader offers both speed and precision for demanding data migration tasks.

FBLoader is available now for 64-bit Windows and 64-bit Linux systems.

To learn more or download the tool, visit https://www.ibphoenix.com

EmberWings Magazine 2025/3 is Here!

The September issue of EmberWings – has landed, and it’s ablaze with a thrilling Halloween theme! Dive into the eerie and exciting world of Firebird with our latest edition, packed with insights, surprises, and a touch of spooky charm.

Prepare to be captivated by a chilling exploration of “spooks” that might haunt Firebird users in The Little Shop of Horrors (Firebird Edition), alongside a deep dive into the power of Embedded Firebird. You’ll also find an exclusive conversation with a Firebird contributor shaping the database’s future, a review of a must-have Firebird-related tool, and a curated peek at the most intriguing questions and answers from Firebird’s public lists and forums. Stay updated with the latest advancements in Firebird development over the past quarter and catch the hottest news from the Firebird community. Plus, our ongoing story about the Secrets of Firebird takes a delightfully spooky twist, just in time for Halloween!

As always, delivered in a beautifully crafted, print-friendly PDF.

The latest issue is available only to all Firebird Associates and Firebird Partners. It will be available to the general public in December 2025.

Also, the June 2025 issue is now available to all readers.

1 2 3 4 5 207