Hi Andrea, Andrea Mennucci wrote: >>I wonder if sql-editor has ever been run (successfully) with a >>PostgreSQL database. > > no > > I would be happy to receive any patch to have PostgreSQL support
When I reported the bug I thought about sending a patch. But then I discovered that there has to be done some more work than just fixing the passing of the database name to the database API. I didn't start working on a patch because I believe the database backend has to be reworked completely (including the MySQL parts). Python know has a [0]database-API which would probably better fit the approach of abstracting the concrete database implementation stuff. Using this API could maybe enable support for a big [1]bunch of databases at once. :-) 0. http://www.python.org/doc/topics/database/ http://www.python.org/doc/peps/pep-0249/ 1. http://www.python.org/doc/topics/database/modules/ Sorry, but I currently haven't enough time to do it. I just wanted to report the issue. :-/ Yours Micha -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

