[sqlalchemy] Re: Question about joins and how the data is returned by the Query class

2009-07-14 Thread Michael Bayer
The Devil's Programmer wrote: So what I am trying to figure out, is if there is a way to have the query return None in place of the missing UserVote when the user is not logged in? I'm hoping there might be some kind of .join_placeholder(UserVote) method that I have somehow overlooked, or

[sqlalchemy] Re: Question about joins and how the data is returned by the Query class

2009-07-14 Thread The Devil's Programmer
Thanks, works like a charm :) On Jul 15, 2:27 am, Michael Bayer mike...@zzzcomputing.com wrote: The Devil's Programmer wrote: So what I am trying to figure out, is if there is a way to have the query return None in place of the missing UserVote when the user is not logged in? I'm