Subject | Pyfirebirdsql : things to do |
---|---|
Author | Philippe Makowski |
Post date | 2011-09-10T09:30:19Z |
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))
after that, I think that someone could work on sqlalchemy integration
I'll try to first add the multiple transactions per connection
management in my repo (will create a branche for that)
Volunteers ?
Any thing else ?
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))
after that, I think that someone could work on sqlalchemy integration
I'll try to first add the multiple transactions per connection
management in my repo (will create a branche for that)
Volunteers ?
Any thing else ?