| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flamerobin-26.5.9.b2640d87-setup.exe | 2026-05-14 | 5.1 MB | |
| flamerobin-26.5.9.b2640d87-setup-x64.exe | 2026-05-14 | 5.4 MB | |
| flamerobin-26.5.9.flatpak | 2026-05-14 | 14.1 MB | |
| flamerobin-26.5.9.deb | 2026-05-14 | 26.5 MB | |
| flamerobin-macos-26.5.9.zip | 2026-05-14 | 6.9 MB | |
| FlameRobin 26.5.9 source code.tar.gz | 2026-05-14 | 1.3 MB | |
| FlameRobin 26.5.9 source code.zip | 2026-05-14 | 1.8 MB | |
| README.md | 2026-05-14 | 844 Bytes | |
| Totals: 8 Items | 61.2 MB | 0 | |
FlameRobin 26.5.9
Changes
- Fix negative NUMERIC and DECIMAL values display in fb-cpp backend.
- Ensure raw integer values are returned to the data grid for accurate scaling.
- Fix INT128 conversion errors and reassembly on MSVC.
- Resolve macro conflicts with
DELETEandtoupperon Windows. - Improve profiler detection logic using
RDB$RELATIONS. - Suppress noisy logging during statement preparation.
Commit Log
- DAL: Fix profiler detection logic and remove noisy logging in FbCppStatement
- DAL: MSVC compatibility fixes for INT128 and DELETE macro
- DAL: Refactor numeric fetching in fb-cpp backend to ensure raw values
- DAL: Fix INT128 conversion error in FbCppStatement
- DAL: Fix negative NUMERIC display in fb-cpp backend by using raw integer values
- DAL: Fix negative NUMERIC/DECIMAL values display in fb-cpp backend