summaryrefslogtreecommitdiff
path: root/doc/build/changelog/unreleased_20/9597.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/changelog/unreleased_20/9597.rst')
-rw-r--r--doc/build/changelog/unreleased_20/9597.rst14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/build/changelog/unreleased_20/9597.rst b/doc/build/changelog/unreleased_20/9597.rst
deleted file mode 100644
index f8a69d92b..000000000
--- a/doc/build/changelog/unreleased_20/9597.rst
+++ /dev/null
@@ -1,14 +0,0 @@
-.. change::
- :tags: oracle, reflection
- :tickets: 9597
-
- Added reflection support in the Oracle dialect to expression based indexes
- and the ordering direction of index expressions.
-
-.. change::
- :tags: performance, schema
- :tickets: 9597
-
- Improved how table columns are added, avoiding unnecessary allocations,
- significantly speeding up the creation of many table, like when reflecting
- entire schemas.