Firebird Rails Adapter bumped to 0.6.2 version
The fix was “Only dump config params on failure to connect when verbose option is specified.”
Also you can check the commits log for other small changes
The fix was “Only dump config params on failure to connect when verbose option is specified.”
Also you can check the commits log for other small changes
via this tweet
“Alguém duvida que o Firebird é o melhor banco de dados?”
Hello All,
There is “Testimonials” section at the test version of new FirebirdSQL site http://www.firebirdtest.com/en/testimonials/
Please devote 5 minutes of your time and write testimonial – i.e., your
impression about Firebird. Nothing special, just several words about Firebird experience or, even simpler – short description and link to the enterprise which uses Firebird.Testimonials are important to demonstrate number of Firebird users and their satisfaction.
After new web-site launch all valid testimonials from the test site will
be moved to production version.Regards,
Alexey Kovyazin
Inline with our department’s ideologies to use open source systems, I am now using Lazarus as my front end and Firebird as my backend. It’s almost 2 year that i’ve been using firebird (started by ver 2.1.2) and i really find it a great database. I just started with Lazarus and so far, im already getting the hang of it!
Read more on the blog
Short link for Firebird SQL page at Facebook.com: www.facebook.com/FirebirdSQL
It is possible to run xoops on Firebird in the future (thanks to php adodb layer) , you can read on the release comments
you can for example run xoops on Firebird which I believe is one of micheals favorite database platform.
pyfirebirdsql 0.4.0: pure python dbapi for firebird rdbms released new version http://bit.ly/eldTay with trace api added if you read in the commit log
There is a simple change which makes restores much faster, tested with Linux 2.5 embedded restore
Two databases, with two different tables filled with 2,000,000 records:
create table t1 (n1 integer);
create table t10 (n1 integer, n2 integer, n3 integer, …, n10 integer);
---------------------- Restore timings: T1: 14.5s T10: 20.5s Improved gbak timings: T1: 9.7s T10: 14.7s ----------------------
The good news is there is still room to improve the restore speeds , here is Adriano’s tweet:
I do have a slight different method, to insert 100K records in less than 1s over the same localhost method.
Also confirmed by the ending of the article:
PS: There is other restore improvement capable of take down time from
around 8.5s to 0.5s over TCP, but it still requires some analisys.
Flamerobin 0.9.3 revision 2092 binary snapshots for Debian and Ubuntu are ready to install and test Enjoy, and please be sure to report any bugs, regressions or suggestions on flamerobin-devel list.
New release implemented support for Firebird (contributed by Bernardo and Miroslav)
Please test it only on your own servers to discover injection flaws.
Sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking
over of database servers.