From: Guenther S. <gs...@sy...> - 2003-10-24 20:29:47
|
Hi all, I've updated the DBConnection.PostgresConnection class to support the PgSQL Adapter because i want to use Unicode strings (and it seems that at least psycopg doesn't support Unicode). The patch is attached to this mail. Using PgSQL is possible by adding the argument 'usePgSQL=True' to the constructor. I haven't really tested the code yet (just some INSERT & SELECT queries), so it is likely that there are still some problems. cu /gst |