]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The "asdecimal" flag used with the :class:`.Float` type will now
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 27 Dec 2013 18:16:48 +0000 (13:16 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 27 Dec 2013 18:16:48 +0000 (13:16 -0500)
commit4798fd947f479081e108360e427aed9f18f860eb
treed89037209daf9b29475062fda4be86ec2539de2a
parent0cba61d150b84646f8da02cff66e25e9542f92a6
- The "asdecimal" flag used with the :class:`.Float` type will now
work with Firebird dialects; previously the decimal conversion was
not occurring.
- scale back some firebird FP numeric tests
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/dialects/firebird/kinterbasdb.py
test/requirements.py