Ensure type names are properly encoded in the results grid. Fixes #4401

This commit is contained in:
Aditya Toshniwal
2019-08-01 13:17:00 +01:00
committed by Dave Page
parent 9a8a28e4f9
commit bcb1392a1a
4 changed files with 51 additions and 2 deletions
+1
View File
@@ -21,6 +21,7 @@ Bug fixes
*********
| `Issue #4179 <https://redmine.postgresql.org/issues/4179>`_ - Fix generation of reverse engineered SQL for tables with Greenplum 5.x.
| `Issue #4401 <https://redmine.postgresql.org/issues/4401>`_ - Ensure type names are properly encoded in the results grid.
| `Issue #4490 <https://redmine.postgresql.org/issues/4490>`_ - Fix accessibility issue for checkbox in IE11.
| `Issue #4496 <https://redmine.postgresql.org/issues/4496>`_ - Ensure columns can be created when they are IDENTITY fields with the CYCLE option enabled.
| `Issue #4497 <https://redmine.postgresql.org/issues/4497>`_ - Ensure purely numeric comments can be saved on new columns.