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.

--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