[SQLObject] Re: Explicitly Specifying Join Table Name
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
|
From: Justus P. <ju...@ry...> - 2004-06-17 14:00:10
|
On Thu, Jun 17, 2004 at 06:38:31AM -0400, CLIFFORD ILKAY wrote: > I think this will try to reference a join table called grp_person, which is > not what I want. The table is actually called grp_memberships. I know it is > possible to override class and attribute names but I do not think the class > GrpPerson is actually generated. How should I deal with this? I haven't actually tried it but the documentation says to use intermediateTable = grp_memberships. -- Justus |