What i love in Ubuntu : woobly windows via compiz
https://code.mradford.com/post/the-ubuntu-compiz-desktop/
Wednesday, December 12, 2018
Friday, October 05, 2018
Firebird 3.0.4 sub-release is available
Firebird Project is happy to announce general availability of Firebird 3.0.4 — the 4th point release in the Firebird 3.0 series.
This sub-release offers many bug fixes and also adds a few improvements, please refer to the Release Notes for the full list of changes. Binary kits for Windows, Linux and Android platforms are immediately available for download, Mac OS kits will follow shortly.
This sub-release offers many bug fixes and also adds a few improvements, please refer to the Release Notes for the full list of changes. Binary kits for Windows, Linux and Android platforms are immediately available for download, Mac OS kits will follow shortly.
Wednesday, September 05, 2018
Tuesday, July 24, 2018
Firebird has now automatic Windows builds with AppVeyor
Firebird has now AppVeyor CI builds, like we have them with travis, but
AppVeyor is for Windows related compilers (Visual Studio)
https://ci.appveyor.com/project/FirebirdSQL/firebird
AppVeyor is for Windows related compilers (Visual Studio)
https://ci.appveyor.com/project/FirebirdSQL/firebird
Monday, July 23, 2018
Firebird 4.0: Time Zone feature documentation
Via Firebird-devel : Here is the first README version for the Time Zone feature in Firebird 4.0
https://github.com/FirebirdSQL/firebird/blob/master/doc/sql.extensions/README.time_zone.md
Monday, July 02, 2018
LibreOffice is now available for Haiku
LibreOffice is working and already can be installed via HaikuDepot.
Here is the full announcement
https://discuss.haiku-os.org/t/libreoffice-is-now-available-for-haiku/6917
Here is the full announcement
https://discuss.haiku-os.org/t/libreoffice-is-now-available-for-haiku/6917
Friday, June 15, 2018
C++ the Newest Old Language : presentation by Matt Godbolt (GOTO Chicago 2018)
This presentation was recorded at GOTO Chicago 2018
C++ is an old language only used by the unfortunate few that absolutely have to, right? Wrong!
C++ is not the language it used to be: clunky, error-prone and lacking in tooling. A lot has changed in the last decade: three new language revisions, new compilers and all-new: [...]
Download slides and read the full abstract here:
https://gotochgo.com/2018/sessions/359
Friday, March 23, 2018
Vote for Firebird as Sourceforge Project of the month (May 2018)
Sourceforge is running a poll to elect its May’s Project of the Month, and Firebird is among the candidates.
To vote, you need to have an account (it is free to register) at sourceforge.net and go to this URL, and comment with the following line:
VOTE: firebird
To vote, you need to have an account (it is free to register) at sourceforge.net and go to this URL, and comment with the following line:
VOTE: firebird
Friday, February 16, 2018
Some of the few advantages of using Firebird 3.0.x is that performance was greatly improved vs 2.5.x
Here are a few related performance/tunning articles
In the first article Vlad does quite a few benchmarks between Firebird 2.5/3.0.0/3.0.2 releases . It's very nice that minor releases brings free speedups. He also shows Firebird 3.0.3 performance related changes and fixes and the future ones that are already in Firebird 4
Firebird Performance, by Vlad Khorsun, Firebird Project
Tuning Linux, Windows, and Firebird for heavy workload by Alex Kovyazin, IBSurgeon.
Firebird 3: New in Database Statistics and New SQL execution plans, by Dmitry Kuzmenko, IBSurgeon
Advanced Firebird Trace API, by Vlad Horsun, Firebird Project
In the first article Vlad does quite a few benchmarks between Firebird 2.5/3.0.0/3.0.2 releases . It's very nice that minor releases brings free speedups. He also shows Firebird 3.0.3 performance related changes and fixes and the future ones that are already in Firebird 4
Firebird Performance, by Vlad Khorsun, Firebird Project
Tuning Linux, Windows, and Firebird for heavy workload by Alex Kovyazin, IBSurgeon.
Firebird 3: New in Database Statistics and New SQL execution plans, by Dmitry Kuzmenko, IBSurgeon
Advanced Firebird Trace API, by Vlad Horsun, Firebird Project
Thursday, February 08, 2018
Firebird 3.0.3 Binary kits for macOS on both 32-bit and 64-bit platforms are immediately available for download
Firebird 3.0.3 Binary kits for macOS on both 32-bit and 64-bit platforms are immediately available for download
Monday, February 05, 2018
Firebird 3.0.3 sub-release is available
Firebird Project is happy to announce general availability of Firebird 3.0.3 — the third point release in the Firebird 3.0 series.
This sub-release offers many bug fixes (including fix for a recently reported security vulnerability) and also adds a few minor features and improvements, please refer to the Release Notes for the full list of changes. Binary kits for Windows and Linux on both 32-bit and 64-bit platforms are immediately available for download.
This sub-release offers many bug fixes (including fix for a recently reported security vulnerability) and also adds a few minor features and improvements, please refer to the Release Notes for the full list of changes. Binary kits for Windows and Linux on both 32-bit and 64-bit platforms are immediately available for download.
ps: Mac OS builds are coming soon
Thursday, February 01, 2018
In 2017, The Document Foundation (TDF) launched four tenders aimed at improving LibreOffice. Tender four is of interest to the Firebird community
In 2017, The Document Foundation (TDF) launched four tenders aimed at improving LibreOffice. Tender four is of interest to the Firebird community:
(4) Tender to implement HSQLDB binary format import in LibreOffice
(https://blog.documentfoundation.org/blog/2017/05/04/tender-implement-hsqldb-binary-format-import-libreoffice-201705-03/)
Collabora will develop a mechanism to import database files with high fidelity from the HSQLDB binary file format, which has been used inside many existing ODB files, by reading the Java serialization code, and writing a filter to import all data into LibreOffice Base. The objective is to remove the legacy Java/HSQLDB database and move to Firebird.
TDF will invest € 29,750.00
(4) Tender to implement HSQLDB binary format import in LibreOffice
(https://blog.documentfoundation.org/blog/2017/05/04/tender-implement-hsqldb-binary-format-import-libreoffice-201705-03/)
Collabora will develop a mechanism to import database files with high fidelity from the HSQLDB binary file format, which has been used inside many existing ODB files, by reading the Java serialization code, and writing a filter to import all data into LibreOffice Base. The objective is to remove the legacy Java/HSQLDB database and move to Firebird.
TDF will invest € 29,750.00
Wednesday, January 31, 2018
LibreOffice Firebird driver related changes
There were quite a few bugs fixed in the last two months related to Firebird driver in LibreOffice also interesting commits
Tamas Bunth commited : Add HSQLDB schema import.
He also fixed Bug 104734 - FIREBIRD: Add those field types that are not available with FB while they are available with Hsqldb.
Lionel Elie Mamane fixed Bug 104986 - Firebird: Function EXTRACT doesn't work with WEEKDAY, YEARDAY, MILLISECOND.
Tamas Bunth commited : Add HSQLDB schema import.
He also fixed Bug 104734 - FIREBIRD: Add those field types that are not available with FB while they are available with Hsqldb.
Lionel Elie Mamane fixed Bug 104986 - Firebird: Function EXTRACT doesn't work with WEEKDAY, YEARDAY, MILLISECOND.
Tor Lillqvist fixed Bug 71007 - EDITING: Embedded Firebird - Impossible to set milliseconds in a timefield with GUI
Tamas Bunth fixed Bug 70425 - EDITING: Embedded Firebird - Copying integer values from Calc to Base impossible
Subscribe to:
Posts (Atom)