| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| flamerobin-26.6.10.flatpak | 2026-06-12 | 13.8 MB | |
| flamerobin_26.6.10_amd64.snap | 2026-06-12 | 24.3 MB | |
| flamerobin-26.6.10-setup.exe | 2026-06-12 | 5.2 MB | |
| flamerobin-portable-26.6.10-x86.zip | 2026-06-12 | 18.9 MB | |
| flamerobin-26.6.10-setup-x64.exe | 2026-06-12 | 5.5 MB | |
| flamerobin-portable-26.6.10-x64.zip | 2026-06-12 | 19.8 MB | |
| flamerobin-26.6.10.deb | 2026-06-12 | 85.5 MB | |
| flamerobin-macos-26.6.10.zip | 2026-06-12 | 7.0 MB | |
| FlameRobin 26.6.10 source code.tar.gz | 2026-06-12 | 1.2 MB | |
| FlameRobin 26.6.10 source code.zip | 2026-06-12 | 1.7 MB | |
| README.md | 2026-06-12 | 1.5 kB | |
| Totals: 11 Items | 182.9 MB | 2 | |
FlameRobin 26.6.10
This release introduces critical robustness and DDL extraction fixes, along with performance improvements for database navigation.
What's Changed
1. Domain DDL Check Constraint Keyword Fix (Issue [#617])
- Fix domain DDL generation logic (Commit #f9b6af51): Addressed a regression where extracting DDL for domains on newer Firebird databases (2.0+) resulted in invalid SQL syntax. On newer Firebird versions, check constraints in
RDB$VALIDATION_SOURCEare stored without theCHECKkeyword. FlameRobin's visitor was revised to automatically check if the condition starts with the"CHECK"keyword, and if not, prepends" CHECK "to ensure the output DDL is valid and matches Legacy behavior from version 0.9.
2. Database Explorer Tree Performance & ABI Stability
- Deferred Node Populating (Commit [#0]a4d8f4f): Significantly optimized tree-loading times and database explorer rendering speed by deferring child node generation for collapsed items. FlameRobin now checks if tree nodes are expanded and only populates subitems on-demand.
- Expander Visibility Fix (Commit [#0]a4d8f4f): Addressed explorer state issues where expander button states were incorrectly rendered.
- Improved Stability and Crash Prevention (Commit [#0]a4d8f4f): Fixed access violations, memory stability issues, and hangs during deep traversal of metadata objects.
Full Changelog: https://github.com/mariuz/flamerobin/compare/v26.6.9...v26.6.10