]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the Oracle dialect now features NUMBER which intends
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Aug 2009 23:46:06 +0000 (23:46 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Aug 2009 23:46:06 +0000 (23:46 +0000)
commitd564baf593311ca5bc62dbc401e57986bf9169ba
tree11a278cb89481ca6d775971ff6ee07c2701f8008
parentf0d2e599b60317fc27f64f0abe7d2af65fba7e7b
- the Oracle dialect now features NUMBER which intends
to act justlike Oracle's NUMBER type.  It is the primary
numeric type returned by table reflection and attempts
to return Decimal()/float/int based on the precision/scale
parameters.  [ticket:885]
CHANGES
lib/sqlalchemy/dialects/oracle/base.py
lib/sqlalchemy/dialects/oracle/cx_oracle.py
lib/sqlalchemy/sql/compiler.py
test/dialect/test_oracle.py
test/sql/test_types.py