]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added a bind processor for booleans which coerces
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Nov 2010 17:40:55 +0000 (12:40 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 15 Nov 2010 17:40:55 +0000 (12:40 -0500)
commit40d5a32e59a49075129211358f00e857dac73885
tree077cf1b5377b91a159695364df1a1407d8697871
parent4efb07477bc3978650e81912f1766136e388863f
- Added a bind processor for booleans which coerces
to int, for DBAPIs such as pymssql that naively call
str() on values.
CHANGES
lib/sqlalchemy/processors.py
lib/sqlalchemy/types.py