Wednesday, October 11, 2023

Flamerobin 0.9.9 Snapshot released with a few fixes

 


Flamerobin 0.9.9 Snapshot released with a few fixes

What’s Changed :
  • Fix Mac OS compilation by @rlakis in #328
  • Fix saving style error and code scanning alert by @arvanus in #330
  • Improve SQL statistics by @arvanus in #331



New Contributors :
@rlakis made their first contribution in #328

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

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 : 

What's Changed

Full Changelog0.9.3.12...0.9.4

Flamerobin 0.9.3.12 Snapshot released with a few Firebird 4 fixes : 

What's Changed

Full Changelog0.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 


Full Changelog: 0.9.3.11...0.9.3.12

Tuesday, December 14, 2021

Flamerobin 0.9.3.11 Snapshot released with new Firebird 4 features and fixes

Flamerobin 0.9.3.11 Snapshot released with new firebird 4 features and fixes :

  • Fixed timestamp problem with Fb4 : PR #223
  • Fixed problems with numeric types
  • Fix encoding at blob editor
  • Fix UDF property loading at Fb<=2.5
  • Implementing Fb4 datatypes by @andy-123( in progress) : PR #223 Implement time zone support for firebird 4

Wednesday, July 21, 2021