summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/dynamic.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2017-06-22 23:51:52 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2017-06-26 11:05:38 -0400
commit1776597131ef96472b5188cebc72c31a387c90f4 (patch)
treee158f177c7da7999323175263719216085a616d3 /lib/sqlalchemy/orm/dynamic.py
parent83c1e03c5c74c69facfc371840ffae890f05c338 (diff)
downloadsqlalchemy-1776597131ef96472b5188cebc72c31a387c90f4.tar.gz
Coerce float Python type to Float; ensure Python float coming back
Added some extra strictness to the handling of Python "float" values passed to SQL statements. A "float" value will be associated with the :class:`.Float` datatype and not the Decimal-coercing :class:`.Numeric` datatype as was the case before, eliminating a confusing warning emitted on SQLite as well as unecessary coercion to Decimal. Change-Id: I1bb1810ff1d198c0d929ccba5656e55401d74119 Fixes: #4017
Diffstat (limited to 'lib/sqlalchemy/orm/dynamic.py')
0 files changed, 0 insertions, 0 deletions