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
On Fri, 2003-10-24 at 22:28, Guenther Starnberger wrote:
hi,
> 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.
i've updated the patch to support unicode & moved the code into its own
class (PgSQLConnection).
cu
/gst