Bugs item #2432888, was opened at 2008-12-16 10:26
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=540672&aid=2432888&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: General
Group: SQLObject release (specify)
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Iwan Vosloo (iwanvosloo)
Assigned to: Nobody/Anonymous (nobody)
Summary: splicing without a threadConnection breaks with inheritance
Initial Comment:
Using sqlobject 0.10.2, and a class which inherits from a sqlobject.inheritance.InheritableSQLObject, the following happens:
If you do NOT use a threadConnection, but pass an explicit connection to a select, subsequent splicing on that result breaks because it insists on a threadConnection.
This bug is not present in sqlobject 0.9.1.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=540672&aid=2432888&group_id=74338
|