pyfirebirdsql 0.4.0 pure python driver released
pyfirebirdsql 0.4.0: pure python dbapi for firebird rdbms released new version http://bit.ly/eldTay with trace api added if you read in the commit log
pyfirebirdsql 0.4.0: pure python dbapi for firebird rdbms released new version http://bit.ly/eldTay with trace api added if you read in the commit log
Philippe Makowski wrote on the firebird-python list
The driver is hosted on github https://github.com/nakagami/pyfirebirdsql
First thanks Hajime Nakagami for your job
I really thinks that we need to put our effort on this driver so it became the Firebird Python driver instead of Kinterbasdb
here few points I saw :
– need a change in setup.py so install work
– transactions parameter we need the possibility to send custom transaction parameter buffers, for what I saw today transactions are (isc_tpb_write, isc_tpb_wait, isc_tpb_read_committed, isc_tpb_rec_version)
– need documentation
– can we extend it or create a new module to work with trace api ?
….
ps after a small change in setup.py I will certainly package it for
Mageia and Fedora
The version in 1.3 branch passes all of the tests and works with latest version of Django
ps:One little observation, the trunk version just works with django 1.2.x.
Tar.gz package is located in pypy repository .Small changes were made . also I forgot to mention the fixed bugs in the previous release.
Python 3.0 dbapi for firebird rdbms is now updated http://bit.ly/bg1jQf , you can check the commit history and re-tweet
python 3 db api version 0.2.0 is released
here are the download links :
http://sourceforge.net/projects/firebird/files/firebird-python/kinterbasdb%203.3/kinterbasdb-3.3.0.win32-py2.7.msi/download
Python 2.7 was released on July 3rd, 2010.
Python 2.7 is scheduled to be the last major version in the 2.x series before it moves into an extended maintenance period. This release contains many of the features that were first released in Python 3.1
It’s not the official api but you can test it from github
firebirdsql 0.1.0: python3 dbapi for firebird rdbms.
http://pypi.python.org/pypi/firebirdsql/0.1.0
ps:via pypy twitter bot