Re: Looking for Stephen Turner, maintainer of informixdb

2005-03-29 Thread Michael Husmann
Carsten Haese wrote: > Hello everybody: > > I have discovered that the functionality for connecting Python to an > Informix database is currently in a frustrating state of neglect. The > link to Kinfxdb is dead, and informixdb doesn't build on Python 2. I > couldn't find any usable workarounds to

memory-leak in pysqlite 2.3.0 ?

2006-06-19 Thread Michael Husmann
After upgrading from pysqlite 2.0.5 to pysqlite 2.3.0 writing into a sqlite database increases memory consumption heavily. A similar program with Ruby and sqlite-ruby 1.1.0 does not affect memory consumption at all. Here a short example: --- #!/usr/bin/env python impor