[Sqlalchemy-tickets] Issue #4064: Infinity numbers in oracle database produce an exception in cx_or
Brought to you by:
zzzeek
From: Oleg T. <iss...@bi...> - 2017-09-01 14:55:55
|
New issue 4064: Infinity numbers in oracle database produce an exception in cx_oracle.py (_detect_decimal) https://bitbucket.org/zzzeek/sqlalchemy/issues/4064/infinity-numbers-in-oracle-database Oleg Talalov: Customer's database contains BINARY_FLOAT_INFINITY value in one column in few rows. During requsting rows in fetch, function _detect_decimal called with value '~' and raise exception: ValueError: invalid literal for int() with base 10: '~' I use cx_orcale 5.3 and 6.0 Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production |