]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The cx_oracle "decimal detection" logic, which takes place
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Nov 2010 17:19:31 +0000 (12:19 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Nov 2010 17:19:31 +0000 (12:19 -0500)
commit37644a64ec6f6e466e93cdefbda332e13d7f77c4
tree1365db73d0f973a1699cf7098beedc3455e3b233
parentd3ca4156495af556e448a8d3f6d5884d08ab2f9b
- The cx_oracle "decimal detection" logic, which takes place
for for result set columns with ambiguous numeric characteristics,
now uses the decimal point character determined by the locale/
NLS_LANG setting, using an on-first-connect detection of
this character.  cx_oracle 5.0.3 or greater is also required
when using a non-period-decimal-point NLS_LANG setting.
[ticket:1953].
CHANGES
lib/sqlalchemy/dialects/oracle/cx_oracle.py
test/dialect/test_oracle.py