| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flamerobin-26.5.15.deb | 2026-05-17 | 29.3 MB | |
| flamerobin-26.5.15.1d49461e-setup-x64.exe | 2026-05-17 | 5.4 MB | |
| flamerobin-26.5.15.1d49461e-setup.exe | 2026-05-17 | 5.1 MB | |
| flamerobin_26.5.15_amd64.snap | 2026-05-17 | 24.2 MB | |
| flamerobin-26.5.15.flatpak | 2026-05-17 | 14.0 MB | |
| flamerobin-macos-26.5.15.zip | 2026-05-17 | 6.9 MB | |
| flamerobin-26.5.15.27a92690-setup-x64.exe | 2026-05-17 | 5.4 MB | |
| flamerobin-26.5.15.27a92690-setup.exe | 2026-05-17 | 5.1 MB | |
| FlameRobin 26.5.15 source code.tar.gz | 2026-05-17 | 1.2 MB | |
| FlameRobin 26.5.15 source code.zip | 2026-05-17 | 1.8 MB | |
| README.md | 2026-05-17 | 1.0 kB | |
| v26.5.15 source code.tar.gz | 2026-05-17 | 1.2 MB | |
| v26.5.15 source code.zip | 2026-05-17 | 1.8 MB | |
| Totals: 13 Items | 101.6 MB | 8 | |
Release Notes
This release focuses on resolving a significant performance regression introduced in the new fb-cpp backend when connecting to databases with large schemas.
Fixes and Improvements
- Performance Optimization: Fixed a slowdown during database connection and metadata loading. Connection time for large schemas (e.g., 500+ tables, 700+ triggers) is now restored to expected levels (~3-5 seconds).
- Type Caching: Added caching for column and parameter types in
FbCppStatementto eliminate redundant metadata lookups during data fetching. - Transaction Concurrency: Explicitly enabled record versioning (
isc_tpb_rec_version) forReadDirtyisolation levels in the fb-cpp backend, preventing lock waits on Firebird 3 and newer. - Metadata Loader: Optimized
MetadataLoaderto use non-blocking isolation for faster schema exploration.
Changelog
- [a44e704d] Fix performance regression in database connection
- [1d49461e] Docs: Update changelog for v26.5.15