summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2023-04-09 14:19:36 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2023-04-09 14:19:36 +0000
commit4c54a0339c82771b7e392324c960cd6fd6751295 (patch)
treeb61b989f9ee8c3555baa26efbfb15e1c5b100d85 /doc
parent8128a8f3638b522778458edb81c81e654927bea4 (diff)
parent7e285f2234010c241a357ae1d6d77a6fc43177bb (diff)
downloadsqlalchemy-4c54a0339c82771b7e392324c960cd6fd6751295.tar.gz
Merge "Fix reflection of long expressions in postgresql" into main
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/unreleased_20/9615.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_20/9615.rst b/doc/build/changelog/unreleased_20/9615.rst
new file mode 100644
index 000000000..ccc37577e
--- /dev/null
+++ b/doc/build/changelog/unreleased_20/9615.rst
@@ -0,0 +1,7 @@
+.. change::
+ :tags: bug, postgresql
+ :tickets: 9615
+
+ Fixed issue that prevented reflection of expression based indexes
+ with long expressions in PostgreSQL. The expression where erroneously
+ truncated to the identifier length (that's 63 bytes by default).