summaryrefslogtreecommitdiff
path: root/doc/build
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2017-08-14 13:54:12 -0400
committerGerrit Code Review <gerrit@awstats.zzzcomputing.com>2017-08-14 13:54:12 -0400
commiteb8db2303b1677d49fc68a8ee299061e8cfc2b31 (patch)
tree055021b0d23d6751fa52790c3dbd8678f0e9f559 /doc/build
parent2c594da2148bf15bcb8e10fc9616bbacc70b61a3 (diff)
parent1a990ee33239aa275567cb926a5b421b2087294b (diff)
downloadsqlalchemy-eb8db2303b1677d49fc68a8ee299061e8cfc2b31.tar.gz
Merge "Ensure Oracle index w/ col DESC etc. is reflected"
Diffstat (limited to 'doc/build')
-rw-r--r--doc/build/changelog/unreleased_12/4042.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_12/4042.rst b/doc/build/changelog/unreleased_12/4042.rst
new file mode 100644
index 000000000..8ce04a9a7
--- /dev/null
+++ b/doc/build/changelog/unreleased_12/4042.rst
@@ -0,0 +1,8 @@
+.. change::
+ :tags: bug, oracle
+ :tickets: 4042
+
+ Fixed bug where an index reflected under Oracle with an expression like
+ "column DESC" would not be returned, if the table also had no primary
+ key, as a result of logic that attempts to filter out the
+ index implicitly added by Oracle onto the primary key columns.