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
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