Download Latest Version flamerobin-0.9.3.c75f861-setup-x64.exe (3.1 MB)
Email in envelope

Get an email when there's a new version of FlameRobin

Home / v26.8.9
Name Modified Size InfoDownloads / Week
Parent folder
flamerobin_26.8.9_amd64.snap 2026-08-25 3.0 MB
flamerobin-macos-26.8.9.zip 2026-08-25 7.5 MB
flamerobin-26.8.9.flatpak 2026-08-25 15.2 MB
FlameRobin-26.8.9-x86.msi 2026-08-25 16.1 MB
flamerobin-portable-26.8.9-x86.zip 2026-08-25 20.3 MB
FlameRobin-26.8.9-x64.msi 2026-08-25 16.8 MB
flamerobin-portable-26.8.9-x64.zip 2026-08-25 21.4 MB
flamerobin-26.8.9.deb 2026-08-25 31.2 MB
README.md 2026-08-25 2.9 kB
v26.8.9 source code.tar.gz 2026-08-25 1.4 MB
v26.8.9 source code.zip 2026-08-25 1.9 MB
Totals: 11 Items   134.8 MB 71

FlameRobin 26.8.9 Release Notes

FlameRobin v26.8.9 addresses critical bug fixes across SQL parameterized queries, object properties window display, and Windows C++ runtime distribution.


Highlights & Key Improvements

1. Parameterized Query 'String Right Truncation' Error Fix (#703)

  • Accurate String Length Validation: Fixed an issue where executing parameterized queries with string values (such as VARCHAR(2) fields like UF = :UF) threw an unhandled string right truncation (isc_string_truncation) exception when passing valid strings. Reverted an extraneous - sizeof(uint16_t) parameter length subtraction in fb-cpp Statement.h.
  • Character Set & Subtype Resolution: Updated FbCppStatement::getParameterSubtype() to return charSetId for STRING parameters matching getColumnSubtype(), ensuring accurate character set handling and OCTETS hex input parsing in InsertParametersDialog.
  • Automated Regression Tests: Added automated test coverage in DalTypesTest for CHAR(2) and VARCHAR(2) parameterized queries across both tables and views.

2. Properties Screen Display & Tab Rendering Fix (#702)

  • wxAuiNotebook Hierarchy & Reparenting: Fixed a regression where opening the Properties screen for database objects (tables, procedures, triggers, domains, views, etc.) rendered a collapsed 0x0 / blank window.
  • Parent Management: Updated MetadataItemPropertiesFrame::openNewPropertyPageInFrame() and openNewPropertyPageInTab() to construct MetadataItemPropertiesPanel directly with notebookM (wxAuiNotebook) as its parent window, and added reparenting safeguards in showPanel() to ensure pages are correctly laid out, scaled, and styled.

3. MSVC C++ Runtime Redistribution on Windows (#701)

  • Self-Contained Windows Distribution: Bundled Microsoft Visual C++ runtime libraries (msvcp140*.dll, vcruntime140*.dll, vcomp140*.dll) in both the Windows WiX MSI installer and portable release ZIP packages.
  • Out-of-the-box Execution: Allows FlameRobin and embedded Firebird client (fbclient.dll) to run seamlessly on clean Windows machines without requiring prior manual installation of the Visual C++ Redistributable package.

Full Commit Log since v26.8.8

  • cd54fdfc Release v26.8.9: Bug fixes for parameterized queries, properties screen, and Windows MSVC runtime bundling (#701, [#702], [#703])
  • 1667dfff Bundle MSVC C++ runtime libraries (msvcp140, vcruntime140) in Windows MSI and Portable packages (Fixes [#701])
  • 7cbd80cd Fix blank/broken Properties screen when inspecting database objects (Fixes [#702])
  • d52267f5 Fix 'string right truncation' error in parameterized queries (Fixes [#703])
Source: README.md, updated 2026-08-25