[sqlalchemy] Re: Comparing a relation attribute with null() fails - bug or feature? (SQLAlchemy 0.5.4p1)

2009-05-19 Thread klaus
OMG, I didn't read the second sentence on the page. Sorry for that. Klaus On 19 Mai, 19:21, Michael Bayer wrote: > log in as guest/guest > > On May 19, 2009, at 11:52 AM, klaus wrote: > > > > > How do I get the privileges for that? > > > On 19 Mai, 17:33, Michael Bayer wrote: > >> it seems li

[sqlalchemy] Re: Comparing a relation attribute with null() fails - bug or feature? (SQLAlchemy 0.5.4p1)

2009-05-19 Thread Michael Bayer
log in as guest/guest On May 19, 2009, at 11:52 AM, klaus wrote: > > How do I get the privileges for that? > > > On 19 Mai, 17:33, Michael Bayer wrote: >> it seems like a small bug and you can file a ticket for that, but >> the >> intent is that you'd be using None to represent NULL in the

[sqlalchemy] Re: Comparing a relation attribute with null() fails - bug or feature? (SQLAlchemy 0.5.4p1)

2009-05-19 Thread klaus
How do I get the privileges for that? On 19 Mai, 17:33, Michael Bayer wrote: > it seems like a small bug and you can file a ticket for that,  but the   > intent is that you'd be using None to represent NULL in the general   > case. > > On May 19, 2009, at 11:21 AM, klaus wrote: > > > > > Hi! >

[sqlalchemy] Re: Comparing a relation attribute with null() fails - bug or feature? (SQLAlchemy 0.5.4p1)

2009-05-19 Thread Michael Bayer
it seems like a small bug and you can file a ticket for that, but the intent is that you'd be using None to represent NULL in the general case. On May 19, 2009, at 11:21 AM, klaus wrote: > > Hi! > > Here is a small (and not very useful) example to demonstrate the > problem. A table "user" c