IBX 2.7.0 for Lazarus is now available for download

MWA Software is pleased to announce the release of version 2.7.0 of IBX for Lazarus. This is primarily a maintenance release but does contain some important future proofing. All users are recommended to upgrade to this version.

In this release:

  • Firebird 5 compatibility checked
  • Lazarus 3.4 compatibility checked
  • Internal changes necessary to correctly function with FPC 3.3.1 (development version) and later.
  • Dynamic Database Controls Direct Dependency on IBX  removed and replaced with corba interfaces.
  • Various bug fixes – see changelogs of IBX and the Firebird Pascal Interface for details.

The changes to the Dynamic Database Controls are intended to enable their use with database drivers other than IBX. Other developers are encourage to support the corba interfaces defined in their support so that their full functionality is available generally. See the new document “DynamicDatabaseControls.pdf” for further information.

https://www.mwasoftware.co.uk/ibx

Firebird for SQLAlchemy 2.1 is released

Firebird for SQLAlchemy 2.1 is released with a few changes merged :

Perl extension DBD::Firebird version 1.38 is released

Perl extension DBD::Firebird version 1.38 is released with quite a few changes if you compare with previous announcement , here are a few from the ChangeLog: add support for Firebird’s BOOLEAN data type , add support for disabling database-level triggers

Revision history for Perl extension DBD::Firebird.
1.38 [2024-05-21]
 * fix syntax error boolean fall back implementation (thanks to Robert Scheck)
 * add support for disabling database-level triggers (gh#53)
1.37 [2024-05-20]
 * fall back to sv_setiv when sv_setbool is not available (gh#58)
1.36 [2024-05-19]
 * fix problems with Perl before 5.36 and Firebird before 3.0
   (gh#56 and gh#57)
1.35 [2024-05-15]
 * ib2sql_type: ignore nullability bit
 * map Firebird's 64-bit integer type to SQL_BIGINT
 * add support for Firebird's BOOLEAN data type
 * fix a couple of compiler warnings
1 2 3 293