| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flamerobin-26.5.6.flatpak | 2026-05-10 | 14.0 MB | |
| flamerobin-26.5.6.deb | 2026-05-10 | 26.5 MB | |
| flamerobin-26.5.6-setup-x64.exe | 2026-05-10 | 5.4 MB | |
| flamerobin-26.5.6-setup.exe | 2026-05-10 | 5.0 MB | |
| flamerobin-macos-26.5.6.zip | 2026-05-10 | 6.8 MB | |
| FlameRobin 26.5.6 source code.tar.gz | 2026-05-10 | 1.3 MB | |
| FlameRobin 26.5.6 source code.zip | 2026-05-10 | 1.8 MB | |
| README.md | 2026-05-10 | 840 Bytes | |
| Totals: 8 Items | 60.9 MB | 0 | |
FlameRobin 26.5.6
What's New
- BLOB and String Compatibility: Added support for reading BLOBs as strings and writing strings to BLOB parameters in the
fb-cppbackend, resolving "invalid type (descriptor type 520)" errors when browsing table data. - Enhanced Numeric Conversion: Improved lenient type handling for
FLOATandDOUBLEcolumns when accessed as integers. - Fixed CI Failures: Improved Firebird version detection in test suites to correctly handle older engine versions (Firebird 3.0), ensuring robust CI pipelines.
Changelog
- Fix BLOB-to-string type mismatch (type 520) and enhance lenient type conversion in
FbCppStatement.cpp. - Fix robust version detection in
DmlReturningTest.cppusing ODS version checking. - Ensure compatibility with legacy IBPP-like behavior in the strict
fb-cppbackend.