summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2018-08-01 23:18:58 -0400
committerGerrit Code Review <gerrit@ci.zzzcomputing.com>2018-08-01 23:18:58 -0400
commit887bd34b2f5af210bfbb59947419d44b70588f4e (patch)
treeb674e2fc496db5cfab13879af39c221ad5fb7a60 /doc
parent0fc34a113989cfd284837363a7a55dc2c8aadeab (diff)
parent75d48e65eaac9e97283bb14fdec54a143d9997f1 (diff)
downloadsqlalchemy-887bd34b2f5af210bfbb59947419d44b70588f4e.tar.gz
Merge "Bind Integers to int for cx_Oracle"
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_12/4309.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_12/4309.rst b/doc/build/changelog/unreleased_12/4309.rst
new file mode 100644
index 000000000..c2e2221cb
--- /dev/null
+++ b/doc/build/changelog/unreleased_12/4309.rst
@@ -0,0 +1,8 @@
+.. change::
+ :tags: bug, oracle
+ :tickets: 4309
+
+ For cx_Oracle, Integer datatypes will now be bound to "int", per advice
+ from the cx_Oracle developers. Previously, using cx_Oracle.NUMBER caused a
+ loss in precision within the cx_Oracle 6.x series.
+