Firebird Python driver FDB 0.9.9 is released

FDB release 0.9.9 (a.k.a. almost final) is out:
http://pypi.python.org/pypi/fdb

New Features:
– Firebird ARRAY support.

Other changes:
– Cursor.execute() returns Self, so it could be used as iterator.
– Reading output from Services now uses more efficient method to get data from server.

Bugs Fixed:
– Fix: precision_cache in Connection works as intended.

This was supposed to be 1.0 final release, but I’ve decided to make 1.0
mode optimized. So 0.9.9 is feature complete driver, and 1.0 release
planed for January 2013 would contain only optimizations (and bug fixes
if needed).

best regards
Pavel Cisar
IBPhoenix

Full Documentation is here (or in the docs folder in the tar.gz)

Firebird Python driver FDB 0.9 is now released with Documentation and new Features

FDB release 0.9 (we’re getting close to 1.0!) is out:
http://pypi.python.org/pypi/fdb/0.9
New Features:
* Documentation: both in-source (in Sphinx autodoc format and html)
* Services API completely reworked
Other changes:
* Many unregistered bugs fixed.
* Various optimizations and cleanup
* Object reference graph optimizations
* Many new tests in test suite

Target for next (1.0) release: Firebird ARRAY support

News via ‘s google plus page

 

Firebird Django and the Future : FDB pure python driver , Django 1.4.x , Python 3.x support

Maximiliano Robaina wrote on the firebird django group some words and questions about the future of the driver :

My ideas for future organization are:

  1. Update de google repository with the last django-firebird version with support for django 1.4. It will be the last update in this sense.
  2. From here, the next oficial repository will be at github
  3. The version on github will use fdb in place of kinterbasdb

The point 3 is the most important to discuss because it means the total drop of firebird 1.5.x support.

I have added to the group the notes for installing django 1.4.x firebird driver on ubuntu

ps: bonus for using the FDB driver is python 3.x support out of the box , that means we can start testing django 1.5 on python 3.x

Official Firebird driver FDB release 0.7.2 is out with Support for Python 3 and Distributed Transactions

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

Highlights for this release:
– Python 3 Support (thanks to Philippe Makowski)
– Support for Distributed Transactions
– Support for NBACKUP Service
– Support for Trace Service

And as always, some bugs fixed.

Main target for next version: support for Firebird Events.

Note: I’m really glad that Philippe joined the FDB team, especially to look after Python 3 support (but not only that). Thanks!

You can also read the announcement on firebird-python list

 

1 2 3 4 5 6 7