| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| FlameRobin-26.6.16-x86.msi | 2026-06-19 | 4.1 MB | |
| flamerobin-portable-26.6.16-x86.zip | 2026-06-19 | 19.8 MB | |
| FlameRobin-26.6.16-x64.msi | 2026-06-19 | 4.5 MB | |
| flamerobin-portable-26.6.16-x64.zip | 2026-06-19 | 20.7 MB | |
| flamerobin-26.6.16.flatpak | 2026-06-19 | 14.6 MB | |
| flamerobin_26.6.16_amd64.snap | 2026-06-19 | 24.7 MB | |
| flamerobin-26.6.16.deb | 2026-06-19 | 85.6 MB | |
| flamerobin-macos-26.6.16.zip | 2026-06-19 | 7.2 MB | |
| FlameRobin 26.6.16 source code.tar.gz | 2026-06-19 | 1.3 MB | |
| FlameRobin 26.6.16 source code.zip | 2026-06-19 | 1.8 MB | |
| README.md | 2026-06-19 | 2.1 kB | |
| Totals: 11 Items | 184.4 MB | 0 | |
FlameRobin 26.6.16
This release includes critical bug fixes and stability enhancements, including a major SQL editor crash fix and database tree auto-refresh support on domain renaming.
Key Changes and Features
1. Auto-Refresh Metadata Tree on Domain Rename
- Instant updates (Commit #cd0fc8c4): When a domain is renamed using
ALTER DOMAIN old_name TO new_name;inside the SQL Editor, FlameRobin now automatically updates the domain's name in memory, re-sorts its alphabetical position in the collection, and refreshes the database explorer tree seamlessly.
2. SQL Editor Parameter Prompt Crash Fix
- DAL Statement integration (Commit [#2742]ecb8): Fixed a recurring access violation crash (
0xC0000005) that occurred when executing parameterized queries. The parameter input dialog was fully migrated to use the unified DAL statement object (fr::IStatementPtr) rather than dereferencing a null legacy statement object.
3. About Box Enhancements & Crash Safeguards
- Loaded fbclient path and plugins (Commit [#2242]e6e7): The About Box now displays the directory path of the active
fbclientlibrary and lists all loaded Firebird plugins (e.g. authentication, cryptographic, key holders). - Plugin query stability (Commits [#074542]e3, [#201]ea995): Bypassed plugin loading queries if the client is not initialized, and wrapped client plugin querying in structured exception handling (SEH) on Windows to prevent application crashes under unsupported clients or configurations.
4. Database Properties Alignment
- Top justify tables (Commit #ebb8919c): Changed vertical alignment of tables (Database Info, Settings, and Transaction Info) on the Database Properties screen from Middle justify to Top justify for improved readability and UI layout consistency.
5. Submodules & CI Improvements
- Sync fb-cpp submodule (Commit #bfe7f81a): Synced the
fb-cppclient library with upstream changes. - Robust Crashpad Handler path resolution (Commit #bf522ff8): Made resolution of
crashpad_handler.exepath robust for both static and CI builds.