Re: [Sqlalchemy-users] select and boolean fields

2006-04-27 Thread Gambit
Hey Jonathan, What is the SQL that those lines create? I've used the == False syntax myself a few times. What does your actual SA query look like in code? The best debugging trick I can offer for SA is to always run with all the debugging output on. This lets you see what SA thinks you're aski

[Sqlalchemy-users] select and boolean fields

2006-04-26 Thread Jonathan Vanasco
i'm trying to use the select syntax at building queries http://sqlalchemy.org/docs/ sqlconstruction.myt#constructing_select_whereclause I can't seem to place a boolean field into the select statement Based on the docs, I've tried : VerificationHash.c.is_active == False, Veri