Subject Re: [firebird-python] Pyfirebirdsql : things to do
Author Philippe Makowski
Philippe Makowski [2011-09-10 11:30] :
> Hi,
>
> here a first todo list :
>
> - add multiple transactions per connection management
> (cf
> http://web.firebirdsql.org/devel/python/docs/3.3.0/beyond-python-db-api.html#using-multiple-transactions-with-the-same-connection)
>
> - add prepared statements management
> (cf
> http://web.firebirdsql.org/devel/python/docs/3.3.0/beyond-python-db-api.html#prepared-statements)
> - extend services api
> (cf
> http://web.firebirdsql.org/devel/python/docs/3.3.0/beyond-python-db-api.html#module-kinterbasdb.services)
> - improve info_database output (see db_info in kinterbasdb
> (http://firebird.svn.sourceforge.net/viewvc/firebird/kinterbasdb/trunk/__init__.py?revision=53433&view=markup))
>
one more thing todo :
implement Python Database API Specification v2.0 Two-Phase Commit Extensions
see http://www.python.org/dev/peps/pep-0249/