| Name | Modified | Size | Downloads / 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 likeUF = :UF) threw an unhandledstring right truncation(isc_string_truncation) exception when passing valid strings. Reverted an extraneous- sizeof(uint16_t)parameter length subtraction infb-cppStatement.h. - Character Set & Subtype Resolution: Updated
FbCppStatement::getParameterSubtype()to returncharSetIdforSTRINGparameters matchinggetColumnSubtype(), ensuring accurate character set handling and OCTETS hex input parsing inInsertParametersDialog. - Automated Regression Tests: Added automated test coverage in
DalTypesTestforCHAR(2)andVARCHAR(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()andopenNewPropertyPageInTab()to constructMetadataItemPropertiesPaneldirectly withnotebookM(wxAuiNotebook) as its parent window, and added reparenting safeguards inshowPanel()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
cd54fdfcRelease v26.8.9: Bug fixes for parameterized queries, properties screen, and Windows MSVC runtime bundling (#701, [#702], [#703])1667dfffBundle MSVC C++ runtime libraries (msvcp140, vcruntime140) in Windows MSI and Portable packages (Fixes [#701])7cbd80cdFix blank/broken Properties screen when inspecting database objects (Fixes [#702])d52267f5Fix 'string right truncation' error in parameterized queries (Fixes [#703])