[Sqlalchemy-commits] commit/sqlalchemy: 2 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2017-06-26 15:57:07
|
2 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/1776597131ef/ Changeset: 1776597131ef Branch: None User: zzzeek Date: 2017-06-26 15:05:38+00:00 Summary: 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 Affected #: 5 files https://bitbucket.org/zzzeek/sqlalchemy/commits/e04594339c19/ Changeset: e04594339c19 Branch: master User: zzzeek Date: 2017-06-26 15:56:38+00:00 Summary: Merge "Coerce float Python type to Float; ensure Python float coming back" Affected #: 5 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |