Author: mariuz
Firebird Conference 2016 papers
Here is a list of papers published on ibphoenix Documentation area from
From Firebird Conference 2016 (Prague)
- Firebird Today – Goals and Perspectives (.pdf) (107.31K)
by Dimitry Yemanov - Firebird and Disk IO (.pdf) (113.29K)
by Dimitry Yemanov - How to implement the full text search using only what PSQL offers (.pdf) (114.27K)
by Jiri Cincura - More on – How to implement the full text search using only what PSQL offers
by Jiri Cincura - Upgrading from Firebird 1.5 to 2.5 and beyond (.pdf) (161.31K)
by Pavel Cisar - Firebird development process — Past, present and future (.pdf) (283.60K)
by Pavel Cisar - What’s new in .NET provider and overview of new features (.pdf) (124.17K)
by Jiri Cincura - Implementing a safe authorisation infrastructure for Firebird (.pdf) (127.49K)
by Alex Peshkov - Encrypting Firebird databases (.pdf) (142.92K)
by Alex Peshkov - Introduction to CloudaIDE — Web Framework requiring only database programming skills (.pdf) (5.26M)
by Wieslaw Poszewiecki, CloudaIDE - Firebird performance comparisons (.pdf) (342.94K)
by Paul Reeves - Managing Firebird with Ansible (.pdf) (262.27K)
by Philippe Makowski - SQL best practices (.pdf) (205.20K)
by Philippe Makowski - New features of Firebird ported from RedDatabase (.pdf) (1.27M)
by Roman Simakov, RedSoft - HA cluster based on RedDatabase engine-level replication (.pdf) (917.62K)
by Dmitry Starodubov, RedSoft - Firebird nbackup evolution (.pdf) (161.93K)
by Vlad Horsun - Statement-level read consistency in read committed transactions (.pdf) (215.10K)
by Vlad Horsun
Firebird 2.5 package is now replaced by Firebird 3.0 in Debian Unstable
Firebird 2.5 package is now replaced by Firebird3.0 in Debian Unstable.
And here is the reason from Damyan :
Please remove the firebird2.5 source package and the corresponding
binary packages from unstable.According to the roadmap¹, upstream intents to drop support for
Firebird 2.5 in 2017.http://www.firebirdsql.org/en/roadmap/
Debian has the next major version 3.0 in sid/stretch, so I want to
avoid the need to support for stretch two variants of the codebase,
one of them possibly without upstream supprt.
Firebird 3.0.1 package is now ready in Debian testing
Firebird C++ NodeJS module node-firebird-libfbclient updated with Node 4.x/6.x support
Firebird C++ NodeJS module node-firebird-libfbclient updated with support for Node 4.x/6.x
SQL SECURITY clause is now implemented in Firebird git master tree.
SQL Security clause part of SQL Standard (2003, 2011) Feature is implemented in Firebird master git tree.
Firebird 3.0.1 package is now ready in Debian unstable
Firebird 3.0.1 is packaged and ready for testing in Debian unstable.
Poor man’s full-text search using PSQL only on Firebird
Article by Jiří {x2} Činčura:
I was presenting this idea on this year’s Firebird Conference. It’s an idea, working with some constraints of Firebird, but one can take it as an inspiration and maybe extend it to another usage on another platform. We had quite a productive discussion about possible improvements (I’ll describe mines at the end), but unless the people will provide the ideas in comments here too, you’ll have to use your own brain (you should’ve been there ;)).
I’ll show you the initial idea with some simple speed improvement of PSQL code itself. And then describe options in how to store it better, mostly because it’s very specific to needs and you’ll need to tune it for your scenario.
Read more
Firebird Perl extension DBD-Firebird version 1.24 is released
Perl extension DBD::Firebird version 1.24 is released with a few Firebird3/Debian related changes :
* Fix 81-event-fork.t to not fail when FirebirdEmbedded is not available
* Avoid compiler warning about implicit declaration of dbd_st_finish_internal
* Add support for building/testing with Firebird 3
* Fix a couple of typos, thanks to Nick Morrott of Debian Perl Group
* Explicitly undef the statement handle in dbi-primary-key-info.t, avoiding an error during global destruction
Firebird driver with Laravel 5.3 support
For Laravel 5.3.* support, pleast look at the 5.3-support branch for laravel-firebird driver.