| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flamerobin-26.5.4-setup-x64.exe | 2026-05-08 | 5.4 MB | |
| flamerobin-26.5.4-setup.exe | 2026-05-08 | 5.0 MB | |
| flamerobin-26.5.4.flatpak | 2026-05-08 | 14.0 MB | |
| flamerobin-26.5.4.deb | 2026-05-08 | 26.5 MB | |
| flamerobin-macos-26.5.4.zip | 2026-05-08 | 6.8 MB | |
| FlameRobin 26.5.4 source code.tar.gz | 2026-05-08 | 1.3 MB | |
| FlameRobin 26.5.4 source code.zip | 2026-05-08 | 1.8 MB | |
| README.md | 2026-05-08 | 1.2 kB | |
| Totals: 8 Items | 60.9 MB | 0 | |
FlameRobin 26.5.4
Changes and Bug Fixes
- Improved Error Reporting: Updated the SQL execution frame and database registration dialog to catch and report standard exceptions, providing descriptive error messages instead of generic "SYSTEM ERROR!" popups.
- Enhanced Robustness: Added exception handling to Firebird 4.0+ timezone metadata queries to prevent connection failures in environments where these context variables are unavailable.
- Backend Fixes: Resolved a parameter mismatch in the legacy IBPP backend and improved connection string construction in tests to correctly handle server names with explicit ports.
- Metadata Loading: Wrapped timezone-related queries in try-catch blocks to ensure that metadata loading can proceed even if specific context variables are missing.
Changelog
- update version with quick fixes (de890bfb)
- Wrap timezone queries in try-catch blocks (7053c5ba)
- Improve error reporting in ExecuteSqlFrame (f0e3f35a)
- Fix database creation error reporting and FbCpp/IBPP backend bugs (a09bc73e)
- Fix connection string construction in FbCppServiceTest.cpp (d538e230)
- Add extensive debug trace info to failing tests and ensure network protocol usage (e14dcfd5)