Re: Is improving Django's communication with Oracle databases on the roadmap?

2015-05-15 Thread Shai Berger
Hi, For the record, I'm still here :) Daniel, thanks for pushing this forward. The main problem is indeed a clash between performance on integers and accuracy on decimals, that is ultimately the result of cx_Oracle's limitations: cx_Oracle does not return Python Decimals, only floats. To get

Re: Is improving Django's communication with Oracle databases on the roadmap?

2015-05-15 Thread Daniel Porter
Josh, Oops. Yes, here are the links: This is the discussion Shai had about the problem with other developers: https://groups.google.com/forum/#!topic/django-developers/4BNkJyGez9A/discussion This is the pull request that contains the patch: https://github.com/django/django/pull/393 It's coming