Download Latest Version flamerobin-portable-26.7.1-x86.zip (19.8 MB)
Email in envelope

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

Home / v26.6.20
Name Modified Size InfoDownloads / Week
Parent folder
flamerobin-26.6.20.flatpak 2026-06-22 14.1 MB
flamerobin_26.6.20_amd64.snap 2026-06-22 24.7 MB
FlameRobin-26.6.20-x86.msi 2026-06-22 4.1 MB
flamerobin-portable-26.6.20-x86.zip 2026-06-22 19.8 MB
FlameRobin-26.6.20-x64.msi 2026-06-22 4.5 MB
flamerobin-portable-26.6.20-x64.zip 2026-06-22 20.7 MB
flamerobin-26.6.19.flatpak 2026-06-22 14.2 MB
flamerobin_26.6.19_amd64.snap 2026-06-22 24.7 MB
flamerobin-26.6.20.deb 2026-06-22 30.7 MB
FlameRobin-26.6.19-x86.msi 2026-06-22 4.1 MB
flamerobin-portable-26.6.19-x86.zip 2026-06-22 19.8 MB
FlameRobin-26.6.19-x64.msi 2026-06-22 4.5 MB
flamerobin-portable-26.6.19-x64.zip 2026-06-22 20.7 MB
flamerobin-macos-26.6.20.zip 2026-06-22 7.2 MB
flamerobin-26.6.19.deb 2026-06-22 30.7 MB
flamerobin-macos-26.6.19.zip 2026-06-22 7.2 MB
FlameRobin 26.6.20 source code.tar.gz 2026-06-22 1.3 MB
FlameRobin 26.6.20 source code.zip 2026-06-22 1.8 MB
README.md 2026-06-22 1.5 kB
v26.6.20 source code.tar.gz 2026-06-22 1.3 MB
v26.6.20 source code.zip 2026-06-22 1.8 MB
Totals: 21 Items   258.0 MB 0

FlameRobin 26.6.20

This release includes critical bug fixes and resolves regression issues following the migration to the new fb-cpp DAL database backend in version 26.6.

Changelog & Critical Fixes

  • Named Query Parameter Mapping Fix (Issue [#627]): Resolved a major regression where query statements using named parameters (e.g., :paramName) failed to parse and execute under the fb-cpp DAL backend. We now preprocess SQL statements, rewriting named parameters to native ? placeholders, and map parameter names and indices dynamically to ensure the parameter binding dialog works correctly.
  • Statement Cursor Reuse Fix (Issue [#626]): Resolved a regression where Table and Column descriptions were missing in the Database Summary view. This was caused by statement cursors not being explicitly closed before executing queries sequentially. Closing statement cursors before reuse allows successful sequential executions.
  • Trigger Altering Fix (Issue [#625]): Resolved an issue causing compilation/syntax errors due to a duplicate AS keyword when altering triggers. We now check trigger source contents to avoid prepending a duplicate AS if it is already present or if the trigger is an external trigger.

Commits in this Release

  • 328d917f - Fix named query parameter parsing and mapping for FbCpp backend (Issue [#627])
  • 254f5189 - Fix regression: Close statement cursor before execution to support reuse (Issue [#626])
  • e863813c - Fix double AS when altering a trigger (Issue [#625])
Source: README.md, updated 2026-06-22