Fixed an issue with rendering geometry when selecting a complete column. Fixes #7586

This commit is contained in:
Yogesh Mahajan
2022-08-09 13:28:09 +05:30
committed by Akshay Joshi
parent 8c24d28740
commit f96653e9af
2 changed files with 6 additions and 2 deletions

View File

@@ -27,3 +27,4 @@ Bug fixes
| `Issue #7527 <https://redmine.postgresql.org/issues/7527>`_ - Fixed API test cases for Postgres 14.4.
| `Issue #7563 <https://redmine.postgresql.org/issues/7563>`_ - Fixed an issue where autocomplete is not working after clearing the query editor.
| `Issue #7573 <https://redmine.postgresql.org/issues/7573>`_ - Ensure that autocomplete does not appear when navigating code using arrow keys.
| `Issue #7586 <https://redmine.postgresql.org/issues/7586>`_ - Fixed an issue with rendering geometry when selecting a complete column.