summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFederico Caselli <cfederico87@gmail.com>2023-04-25 13:47:04 +0200
committerFederico Caselli <cfederico87@gmail.com>2023-04-28 20:38:24 +0200
commitf45f4a3afc3c260d50773c647eb7b1c270bb8e00 (patch)
tree5486c2a26cc7e868161c97a326cd20291f305a18 /doc
parent0596adcc27e4e14c4692a58cd32d39df6f48b09a (diff)
downloadsqlalchemy-f45f4a3afc3c260d50773c647eb7b1c270bb8e00.tar.gz
Improve oracle index reflection
Added reflection support in the Oracle dialect to expression based indexes and the ordering direction of index expressions. Fixes: #9597 Change-Id: I40e163496789774e9930f46823d2208c35eab6f8
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_20/9597.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_20/9597.rst b/doc/build/changelog/unreleased_20/9597.rst
new file mode 100644
index 000000000..f8a69d92b
--- /dev/null
+++ b/doc/build/changelog/unreleased_20/9597.rst
@@ -0,0 +1,14 @@
+.. 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.