TurboBird for FireBird 5  

A new TurboBird fork is released with Firebird5 features

New and Improved Features

Dynamic Firebird Data Type Handling
– All Firebird data types are now loaded dynamically at runtime, making TurboBird largely version-independent.

Package Support
– You can now create and edit Firebird packages directly within TurboBird.

UDR Support (User Defined Routines)
– TurboBird can now create, edit, and execute user-defined routines (UDRs), including parameters and results.

Unified Routine Runner
A single routine runner now supports:

– UDFs
– UDRs
– Stored Procedures
– Functions

New releases are here
https://github.com/mdadali/TurboBird/releases

Also you can find the changelog in the tagged release
https://github.com/mdadali/TurboBird/releases/tag/TurboBird_v1.2.1.1262

IBX for Lazarus 2.7.8 is now available for download

MWA Software is pleased to announce the release of version 2.7.8 of IBX for Lazarus. This release is a bug fix release fixing several minor bugs – see changelog for details. The resolved issues apply to the design time editors. All users are recommended to upgrade to this version.

In this release:

  1. Fixed corruption in idmodifysqleditor.lfm. Using this editor should no longer
    result in an access violation.
  2. Design Time SQL Editors: Table Names are now shown in alphabetical order.
  3. IBSQL Editor: changing the “Use System Tables” checkbox should now refresh table list.
  4. Design Time Editors: Replaced embedded SQL Literals with constants
  5. Allow for alternative all upper case SQL literals or first letter UC only.
    Selected by defining the symbol GENERATE_SQL_ALL_UPPERCASE in design/IBSQLEditFrame.pas
    or in the Custom Options for dclibx.