PyFirebirdSQL 0.7.1 pure Python driver is released with many fixes

The ChangeLog includes many patches:

  •  Fix fetchonemap() and correct test
  •  Fix issue #35 add timeout parameter to conduit.wait()

Here is the download page.
You can also use pip to install/upgrade the package

sudo pip install firebirdsql

For full list of commits consult the github page

ps: pyFirebirdSQL is pure python so it can work without any other so/dll installed and it can be used for example in places where there is no Firebird client installed (think of an android/ios python script)

Django Firebird updates – now with support for introspection ready for Django 1.5 final

Hi folks,

I just updated the google code version with fixes in introspection. It was backported from github version [1]
So, I encourage to try both but mainly the version at github with the new fdb driver [2].
In that way, we can have our new django-firebird adapter almost stable for release along with the final release of django 1.5.

[1] https://github.com/maxirobaina/django-firebird
[2] http://pypi.python.org/pypi/fdb

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)

1 2 3 4 32