Author: mariuz
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.
Today is the last chance to register for the Firebird Conference 2016
There is still a chance to come to the conference and communicate with the Firebird developers and leading Firebird experts.
Adding support for Firebird in Laravel framework
Firebird Branch for C++11 support
Adriano dos Santos Fernandes wrote on Firebird-Devel
Hi!
I created a branch for the C++11 usage proposal.
The branch is not for active development, it’s just so others can play,
test and discuss.The features are described here:
https://github.com/FirebirdSQL/firebird/blob/work/c%2B%2B11/doc/README.modern_cpp.mdI didn’t found explicit mentioning support of the function features per
compiler, but seems very basic feature for lambdas so I put it there.I tested in clang++ 3.8.0, g++ 5.4.0 and MSVC 14.