[sqlalchemy] Select NULL

2011-04-09 Thread jerryji
This is a duplicate of my stackoverflow question -- http://stackoverflow.com/questions/5602918/postgresql-select-null-values-in-sqlalchemy Basically I have a (PostgreSQL) table -- test= create table people (name varchar primary key, marriage_status varchar) ; test= insert into people values

Re: [sqlalchemy] Select NULL

2011-04-09 Thread Mike Conley
Use people.married_status == None to check for NULL -- Mike Conley -- You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group, send email to sqlalchemy@googlegroups.com. To unsubscribe from this group, send email to