FDB Python driver for Firebird v1.5.1 released
FDB Python driver for Firebird v1.5.1 is available for download.
https://pypi.python.org/pypi/fdb
Changelog for Version 1.5.1
- New connect() parameters: no_gc, no_db_triggers and no_linger.
- Direct support for with statement (PEP8) in Connection class.