]> 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)
commit6e023b16653b0a2e355a1858d57ff01d38ab05dc
tree25feb6696c0929f63dd5814d8021deb1e73c11e3
parent49ede80b05efbb3a65fc70f31d02c87c7b842886
- 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