diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_12/4076.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_12/4076.rst b/doc/build/changelog/unreleased_12/4076.rst new file mode 100644 index 000000000..78cd6bcee --- /dev/null +++ b/doc/build/changelog/unreleased_12/4076.rst @@ -0,0 +1,8 @@ +.. change:: + :tags: bug, oracle + :tickets: 4076 + + Fixed bug where Oracle 8 "non ansi" join mode would not add the + ``(+)`` operator to expressions that used an operator other than the + ``=`` operator. The ``(+)`` needs to be on all columns that are part + of the right-hand side.
\ No newline at end of file |
