]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Update 5205.rst 5206/head
authormike bayer <mike_mp@zzzcomputing.com>
Wed, 18 Mar 2020 23:04:55 +0000 (19:04 -0400)
committerGitHub <noreply@github.com>
Wed, 18 Mar 2020 23:04:55 +0000 (19:04 -0400)
doc/build/changelog/unreleased_13/5205.rst

index 8803d6f7de879ca9fc8e87b55d2c53e75113ea82..9aed14a0564cb595e225e351e405fa57a8718e1d 100644 (file)
@@ -1,5 +1,8 @@
 .. change::
-    :tags: usecase, postgresql
+    :tags: bug, postgresql
     :tickets: 5205
 
-    Fixed reflection of covering indexes. They were added in PostgreSQL 11.
+    Fixed issue where a "covering" index, e.g. those which have an 
+    INCLUDE clause, would be reflected including all the columns in INCLUDE
+    clause as regular columns.  Note that full support for "covering"
+    indexes is part of :ticket:`4458`.  Pull request courtesy Marat Sharafutdinov.