Django Firebird current status

Maximiliano Robaina announced django firebird driver status related to django 1.6 :

I’m pleased to announce that django-firebird with django 1.6 support is underway.

Django 1.6 is still in alpha state, so django-firebird 1.6 too.
Then, you can see the current status at the master branch . The master branch has the “in develop” version. If you need stable support (django 1.5) take a look at stable/1.5.x

What are the changes in database field?
The main changes is on transaction management and including BinaryField
Django 1.6 release notes

Firebird Python driver FDB 1.3 is released

FDB release 1.3 is out:
http://pypi.python.org/pypi/fdb

Here is the changelog and the list of bugs fixed

New Features

* fdb.monitor submodule for access to / work with monitoring tables.
* New fdb.Connection.monitor property for access to monitoring tables.

Improvements

* closed property and clear() method for Schema.
* Unit tests reworked.

Bugs Fixed

* Unregistered: Bug in fdb.schema.Schema.close() and
fdb.schema.Schema.bind().

Next version 1.4 will provide access to/work with privileges to database
objects.

best regards
Pavel Cisar
IBPhoenix

Windows Azure Web Sites and Firebird

Jiří Činčura wrote about his experience with Firebird Embedded and Azure Websites

To sum up. Firebird Embedded works well in Windows Azure Websites. If you need fully featured SQL database for zero extra-money with option to go hassle-free to full server if the need comes, it’s a way to go.

PHP 5.5 beta3 is released and pdo_firebird.dll is re-added to builds and ready for testers

The PHP development team announces the release of the 3rd beta of PHP 5.5.0. This release fixes some bugs against beta 2.

PHP 5.5.0beta3 is shipped with some bug fixes and improvements. Here is an incomplete list:

  • Drop support for bison < 2.4 when building PHP from GIT source.
  • Fixed bug #54567 (DateTimeZone serialize/unserialize)
  • Fixed bug #64555 (foreach no longer copies keys if they are interned)
  • Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap)

You can read the full list of changes in the NEWS file contained in the release archive.

For source downloads of PHP 5.5.0beta3 please visit the download page, Windows binaries can be found on windows.php.net/qa/.

Our next beta is expected for April 25th. RC should follow.

Thank you for supporting PHP

FBLib (Firebird Pascal Library) repository has moved to Github

For years the FBLib (Firebird database library for Free Pascal, Delphi and Kylix) has lived in the 3rdParty directory tree of tiOPF. We are cleaning up the tiOPF repository, and so I have now moved the FBLib project out to Github, into its own repository. The repository history is intact. I still need to add a few more patches I have locally, and some Lazarus based support apps.

All future development of FBLib will now happen on Github.

To get a copy of the code:

git clone git://github.com/graemeg/firebird-lib.git

News via lazarus forum

Django1.5.x Firebird driver with Python 3.x support ready for testing

Maximiliano Robaina wrote about Python3 fixes for the Firebird Django driver :

I just pushed up a new commit into django-firebird github repository [1] with several python 3 fixes.
If anybody can test it with python 3 and report any issue, it will be appreciated.

Take into account that this improvements are available into github repository, not on PyPI yet. Pull requests are welcome 😉

[1] https://github.com/maxirobaina/django-firebird

1 84 85 86 87 88 294