Bugs item #2923946, was opened at 2009-12-30 19:04
Message generated for change (Tracker Item Submitted) made by dvkeeney
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=540672&aid=2923946&group_id=74338
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Postgres
Group: SQLObject release (specify)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: dkeeney (dvkeeney)
Assigned to: Nobody/Anonymous (nobody)
Summary: reference to nonexistent attribute
Initial Comment:
The __init__ method of PostgresConnection has this line sequence near the end:
if "charset" in kw:
self.dbEncoding = self.kw["charset"] = kw.pop("charset")
The self.kw attribute does not exist, so if a 'charset' keyword param is provided, the init crashes.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=540672&aid=2923946&group_id=74338
|