Last week to subscribe to FDD paying less
For the Brazilians…
Essa é a última semana para se inscrever no Firebird Developers Day pagando menos! A grade de palestras já está fechada, confira agora mesmo no site www.FirebirdDevelopersDay.com.br e se inscreva!
Lembrando que na véspera do evento, teremos uma MasterClass sobre otimização de performance, com Dmitry Yemanov e Alexey Kovyazin. Confira as informações sobre a MasterClass e se inscreva aqui.
Firebird Illuminate package for Laravel 5 updates
node firebird driver node-firebird 0.6.6 is released
New release for node-firebird fixes minor issue #70 :
Fix date parameter overflow :The used formula can result in negative time value (e.g.1938-12-29T17:00:00.000Z gives negative time) . In this case we need toadjust both date and time.
CopyCat Developer 3.8.1
Microtec is pleased to announce a new release of our database replication engine, CopyCat Developer !
CopyCat Developer is a set of Delphi / C++Builder components providing customizable replication for Firebird, Interbase, Microsoft SQL Server, MySQL, NexusDB, SQLite, PostgreSQL and Oracle, including heteogenous replication between different database types.
Have a look at our site for more information : http://www.copycat.fr
This new release includes the following improvements:
LINBIT Launches Next-Generation High Availability Solution with DRBD9
LINBIT, the leading provider of Linux based storage replication and disaster recovery, has announced the general availability release of its DRBD9 software. Developed to provide end-users, OEMs and ISVs a powerful tool to build redundant, highly scalable and flexible storage architectures, LINBIT’s new DRBD9 is the first replication design capable of connecting 30 nodes in real time to ensure data availability from multiple locations – even when disaster strikes.
node-firebird 0.6.5 released
New release for node-firebird fixes minor issue #69 :
Don’t try to read from an empty buffer
In some cases getSegment can get an empty (undefined) buffer which result to InternalError: "Cannot call method 'readUInt16LE' of undefined".
PHP 7 alpha1 with Apache on Windows (VC14 builds)
If you want to test apache with php 7 on windows here are the links
https://www.apachelounge.com/viewtopic.php?p=30718#30718
The firebird extensions are there, as you can see in
https://phpdev.toolsforresearch.com/php-7.0.0alpha1-nts-Win32-VC14-x64.htm
PHP 7.0.0alpha1 Released for Testing
The first alpha for 7.0.0 was just released and can be downloaded from:
https://downloads.php.net/~ab/
The Windows binaries are available at
This is the start of a new PHP era! Thanks everyone who made and helped
to make this happen. From now on we are looking straight forward to get
the final in time.
Please test it carefully, and report any bugs in the bug system.
Alpha 2 will be tagged on Tuesday 23th and released on Thursday 25th.
Regards,
Kalle Sommer Nielsen, Anatol Belski and Ferenc Kovacs
Minor update to django-firebird 1.6 (only works with django 1.6.x)
Maximiliano Robain announced on django-firebird devel group :
Hi everyone,
I did just a little update on stable/1.6.x branch and a new release django-firebird v1.6.3. It includes a really minor fix on how catch and reraise exceptions and includes support for PEP 440 necessary to support PyPI updates.
The plan right now is to resume django 1.7 support (develop branch) and then continue with support for django 1.8 .
The idea is fix and close all open issues before merge it with master branch (now master branch == stable/1.6.x branch)
Any feedback is wellcome.