| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flamerobin-26.5.5.flatpak | 2026-05-10 | 14.0 MB | |
| flamerobin-26.5.5.b3e5c265-setup.exe | 2026-05-10 | 5.0 MB | |
| flamerobin-26.5.5.b3e5c265-setup-x64.exe | 2026-05-10 | 5.4 MB | |
| flamerobin-macos-26.5.5.zip | 2026-05-10 | 6.8 MB | |
| flamerobin-26.5.5.deb | 2026-05-10 | 26.5 MB | |
| FlameRobin 26.5.5 source code.tar.gz | 2026-05-10 | 1.3 MB | |
| FlameRobin 26.5.5 source code.zip | 2026-05-10 | 1.8 MB | |
| README.md | 2026-05-10 | 1.1 kB | |
| Totals: 8 Items | 60.9 MB | 0 | |
FlameRobin 26.5.5
What's New
- Improved fb-cpp Backend Stability: Added comprehensive bounds checks and lenient type conversions to the new database backend.
- Fixed "Index Out of Range" Error: Resolved a crash when viewing properties or DDL for monitoring tables (like
MON$ATTACHMENTS). - Fixed "Invalid Type" Error: Added support for using
SMALLINTcolumns as booleans in thefb-cppbackend, maintaining compatibility with legacy databases. - Memory Corruption Fix (SIGABRT): Fixed a memory corruption error (
free(): invalid size) caused by improperProgressDialogmanagement during fatal error recovery. - Linux UI Improvements: Fixed starting minimized on Linux and enabled persistence of the maximized window state.
Changelog
- Fix 'index out of range' error in fb-cpp backend and add comprehensive bounds checks.
- Add lenient type conversion in
FbCppStatement.cppfor boolean-integer compatibility. - Fix SIGABRT in
ProgressDialogby decoupling it from parent window management on the stack. - Fix starting minimized on Linux and enable maximized state persistence.