]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Firebird numeric type now checks for Decimal explicitly,
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Jan 2011 02:11:12 +0000 (21:11 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Jan 2011 02:11:12 +0000 (21:11 -0500)
commit1eeb91f41e3b94836b8ebc4667d79b61e8d72ebb
tree216351c4061e24f4acceb8cd72c161169ea8793b
parenta40124fcb25cc23fa8873c8e2dc3e558672b5439
- Firebird numeric type now checks for Decimal explicitly,
lets float() pass right through, thereby allowing
special values such as float('inf'). [ticket:2012]
CHANGES
lib/sqlalchemy/dialects/firebird/base.py
lib/sqlalchemy/dialects/firebird/kinterbasdb.py
test/dialect/test_firebird.py