On Mon, 18 Sep 2006 20:19:20 -0400
Michael Bayer <[EMAIL PROTECTED]> wrote:

> somehow you have the User class getting stuck in as a column  
> somewhere...it is probably a subtle mistake in your syntax somewhere  

Yeah that was exactly the problem.  I was doing something like
...select(User.parent==userobject.parent) instead of 
...select(User.c.parent==userobject.parent)

Dumb mistake, plus I was getting deferred() mixed up with relation().  I ended 
up scrapping both for a home cooked solution though.

-------------------------------------------------------------------------
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
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to