Re: [SQLObject] MultipleJoin inactive in version 0.6
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Andrew B. <an...@ca...> - 2004-11-03 17:06:50
|
On Wed, Nov 03, 2004 at 04:10:49PM +0000, Nigel King wrote: > Andrew, > Yes thank you that works > titles = > MultipleJoin('TapeTitle',joinColumn='artist_id',joinMethodName='titles') > > does that mean that the documentation is incorrect or that sqlobject is > incorrect. It's a bug in the 0.6 release. [...] > > Aha I find a discussion reference to the joinMethod bug so I shall > assume it will be fixed some time. Yes, it's already fixed in SVN. I wonder if a 0.6.1 bugfix release would be worthwhile? -Andrew. |