[SQLObject] Re: SQLObject PgSQL Support
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
|
From: Guenther S. <gs...@sy...> - 2003-10-25 09:54:20
|
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 |