diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_12/4309.rst | 8 |
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. + |
