Python Firebird driver PyFirebirdSQL 0.6.6 is released with a few fixes
Here is the download page and the full changelog
Documentation page is located on github
http://nakagami.github.com/pyfirebirdsql/
Here are the issues solved:
Incorrect handling empty row for RowMapping : issue #30
Use setuptools instead of distutils.core import for setup.py : issue #31
InternalError after commit : issue #28