| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| FlameRobin-26.6.23-x86.msi | 2026-06-26 | 15.8 MB | |
| flamerobin-portable-26.6.23-x86.zip | 2026-06-26 | 19.8 MB | |
| FlameRobin-26.6.23-x64.msi | 2026-06-25 | 16.5 MB | |
| flamerobin-portable-26.6.23-x64.zip | 2026-06-25 | 20.7 MB | |
| flamerobin_26.6.23_amd64.snap | 2026-06-25 | 24.7 MB | |
| flamerobin-26.6.23.flatpak | 2026-06-25 | 14.1 MB | |
| flamerobin-26.6.23.deb | 2026-06-25 | 30.6 MB | |
| flamerobin-macos-26.6.23.zip | 2026-06-25 | 7.2 MB | |
| FlameRobin 26.6.24 source code.tar.gz | 2026-06-25 | 1.3 MB | |
| FlameRobin 26.6.24 source code.zip | 2026-06-25 | 1.8 MB | |
| README.md | 2026-06-25 | 1.1 kB | |
| Totals: 11 Items | 152.6 MB | 0 | |
FlameRobin 26.6.24 Release
Summary
This release delivers several important bug fixes and enhancements:
- SQL tokenizer improvements:
TERMandTERMINATORare now correctly recognized as reserved words and keywords, fixing syntax‑highlighting and autocomplete issues. - Styling fixes: Updated
ExecuteSqlFrameto properly apply styles to profiler grids and ensure consistent appearance across themes. - Row‑height correction:
DataGridnow recalculates row heights after font changes, preventing layout glitches when reopening windows. - Version bump: Application version updated to 26.6.24.
Changelog
src/sql/SqlTokenizer.cpp– addedTERM/TERMINATORhandling.src/sql/SqlTokenizerTest.cpp– added unit tests for the new keywords.src/gui/ExecuteSqlFrame.cpp– invokedsetupStyles()and propagated styles to profiler grids.src/gui/controls/DataGrid.cpp– calledupdateRowHeights()after data fetch.src/frversion.h– bumpedFR_VERSION_RLSto24.
All tests pass (ctest reports 100% success).