Hi,

in one project I use a the postgres dbconn factory. Standard selects work fine, but trying to insert data is a little bit mysterious.

As result I get "1" back (ok, success), but no data is written into the table.

I did most of the debugging from top and downside and found out that it must be around the quoting functions of the pgdb driver.

Maybe I'm to stupid, but I can't get it to work as written in the springpython docs.
Workaround: I use mysql (buaaahhhh

Any help welcome:

OS: Debian Etch
DB: PostgreSQL-8.3 (backport from lenny)
Pygresql: Official Debian Package 1:3.8.1-1etch1

Kind regards

Sven