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
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
2 matches
Mail list logo