FlameRobin 0.9.16 released focuses on: modernizing CI/build tooling fixing compiler/linker issues , improving packaging (Flatpak), and delivering a set of Firebird metadata/DDL extraction and SQL editor correctness improvements
Friday, April 24, 2026
Monday, April 28, 2025
Flamerobin 0.9.14 Snapshot released with a few fixes and features
Flamerobin 0.9.14 Snapshot released with a few fixes and features.
What’s Changed
- Table/view triggers: add enable/disable button by @arvanus in #405
- small improvements by @arvanus in #406
- Bug fixed (Build-on : GNU/Linux) -> target_file: PreferencesDialogStyle.cpp, target_line: 571 by @baldeuniversel in #408
- Fix binary fields being extracted incorrectly by @arvanus in #415
- Fix binary fields being extracted incorrectly by @arvanus in #416
- Workflow for Linux systems (the deb executable file will be generated) by @baldeuniversel in #417
- New feature: highlight text selection at SqlEditor by @arvanus in #418
- Add index, functions and packages to generate rebuild script by @arvanus in #421
New Contributors
- @baldeuniversel made their first contribution in #408
Wednesday, October 11, 2023
Flamerobin 0.9.9 Snapshot released with a few fixes
Monday, May 08, 2023
Problems with wx-config from CodeLite's wxWidgets 3.2.x on Ubuntu 20.04
simple fix for building flamerobin on Ubuntu 20.04 is :
sudo ln -s /bin/grep /usr/bin/grep
sudo ln -s /bin/egrep /usr/bin/egrep
tip via wxwidgets forum :
https://forums.wxwidgets.org/viewtopic.php?f=19&t=47403&p=200198#p200198
ps: on Ubuntu 22.04 wx-config works ok without the need for the above fix
Friday, May 05, 2023
Flamerobin 0.9.7 Snapshot released with a few Firebird 4 fixes
- Int128 does not respect scale (Issue #166)
- Make Domain::dataTypeToString able to process fb4 types.
- fix some bugs converting int128/dec34/dec16 to string
- replace CMAKE_SOURCE_DIR to CMAKE_CURRENT_SOURCE_DIR when copy templates in CMakeList.txt by @Khalyutin in #310
Tuesday, December 06, 2022
Flamerobin status for Firebird Advent 2022
Flamerobin status for Firebird Advent 2022
https://qiita.com/advent-calendar/2022/firebird
This year we have seen severel snapshots and a few features in dev/master branch
Here are a few snapshots and changelogs :
Flamerobin 0.9.4 Snapshot released (source only) with a few features and fixes :
- Possibility to shut down the database and start it up again. #211 by @Jdochoa in #270
- Add support for update or insert by @Jdochoa in #271
- Optimization by @Jdochoa in #273
- Deterministic clause of stored functions not reflected in generated D… by @Jdochoa in #274
- Flamerobin hang on executing comment on #266 by @Jdochoa in #275
- small typo in databasehandler.cpp by @real-dam in #278
- Int128 fixes on 32-bit arm and other non-mainstream architectures by @real-dam in #279
- Update the backup/restore options #212 by @Jdochoa in #282
- Backup/Restore improvement by @Jdochoa in #283
Full Changelog: 0.9.3.12...0.9.4
Flamerobin 0.9.3.12 Snapshot released with a few Firebird 4 fixes :
What's Changed- Implement Int128 by @andy-123 in #230
- Implement firebird 4 types: decimal(16) and decimal(34) by @andy-123 in #244
- some fixes by @Jdochoa in #254
- Some Fixes by @Jdochoa in #255
- FB Library Search by @Jdochoa in #261
Full Changelog: 0.9.3.11...0.9.3.12
Flamerobin 0.9.3.11 Snapshot released with one fix:- Fix timestamp problem with Fb4
Friday, July 01, 2022
Flamerobin 0.9.3.12 Snapshot released with a few Firebird 4 fixes
Flamerobin 0.9.3.12 Snapshot released with a few Firebird 4 fixes , here is the changelog
- Implement Int128 by @andy-123 in #230
- Implement firebird 4 types: decimal(16) and decimal(34) by @andy-123 in #244
- Some fixes by @Jdochoa in #254
- Some Fixes by @Jdochoa in #255
- FB Library Search by @Jdochoa in #261
Full Changelog: 0.9.3.11...0.9.3.12