[Sqlalchemy-tickets] [sqlalchemy] #2804: coerce_to_bool for where(), having(), etc.
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-08-16 13:58:13
|
#2804: coerce_to_bool for where(), having(), etc.
-------------------------+------------------------------------
Reporter: zzzeek | Owner: zzzeek
Type: enhancement | Status: new
Priority: medium | Milestone: 0.9.0
Component: sql | Severity: major - 1-3 hours
Keywords: | Progress State: in queue
-------------------------+------------------------------------
so that expressions like select().where(table.c.booleancol) have a hook to
evaluate into "booleancol == 1" (also what does a negation do at the
moment, "NOT 1" ?). see how bad this would be for 0.9.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2804>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|