On Tue, 20 Mar 2007 at 19:20, [EMAIL PROTECTED] wrote:
> I just spent half a day banging my head against a weird error I was
> getting from my model when trying to access a MultipleJoin.  I built a
> simple test case that worked fine, and by stripping my original model
> down piece by piece until it looked like the working case I finally
> found my bug.
>
> My ForeignKey attribute needed to be the translated name of the table
> it was referencing.
>
> This was _very_ surprising.  I can't find any mention of this
> restriction in the docs at http://www.sqlobject.org/SQLObject.html.

OK, just ignore me.  I see that my problem was the MultipleJoin and
the fact that I didn't realize I needed to specify the joinColumn.

Which still means there's a documentation bug, but I'm not sure
what the fix would be :) :)

--David

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to