-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Query with a big number returns wrong result using cx_Oracle #4309
Comments
Changes by EmilijusS:
|
Michael Bayer (@zzzeek) wrote: workaround:
|
Changes by Michael Bayer (@zzzeek):
|
Michael Bayer (@zzzeek) wrote: https://gerrit.sqlalchemy.org/#/q/I4c6b2cca490aff5b98b7ceff3414715202881c89 |
Michael Bayer (@zzzeek) wrote: see also oracle/python-cx_Oracle#208 which is the latest in a very long string of setinputsizes-based regressions which have occurred in cx_Oracle (none were documented). |
Michael Bayer (@zzzeek) wrote: Bind Integers to int for cx_Oracle For cx_Oracle, Integer datatypes will now be bound to "int", per advice Change-Id: I4c6b2cca490aff5b98b7ceff3414715202881c89 → 75d48e6 |
Changes by Michael Bayer (@zzzeek):
|
Michael Bayer (@zzzeek) wrote: Bind Integers to int for cx_Oracle For cx_Oracle, Integer datatypes will now be bound to "int", per advice Change-Id: I4c6b2cca490aff5b98b7ceff3414715202881c89 → 108d331 |
Migrated issue, originally created by EmilijusS
Environment :##
Example code:##
With cx_Oracle 5.2.1 prints:
With cx_Oracle 6.4.1 prints:
##Additional information:##
Sorry if the code doesn't work, I don't really have a way to test it as I can only access this one production Oracle database in which the bug was spotted.
Probably related post in stackoverflow
The text was updated successfully, but these errors were encountered: