Fixed a schema diff issue in which user mappings were not compared correctly. Fixes #6956

This commit is contained in:
Akshay Joshi
2022-03-04 17:21:30 +05:30
parent 4033bf3748
commit 1af431dcc2
5 changed files with 42 additions and 6 deletions

View File

@@ -20,6 +20,7 @@ Housekeeping
Bug fixes
*********
| `Issue #6956 <https://redmine.postgresql.org/issues/6956>`_ - Fixed a schema diff issue in which user mappings were not compared correctly.
| `Issue #6991 <https://redmine.postgresql.org/issues/6991>`_ - Fixed an issue where pgadmin cannot connect to LDAP when STARTTLS is required before bind.
| `Issue #6999 <https://redmine.postgresql.org/issues/6999>`_ - Fixed an issue where a warning is flashed every time for an email address when authentication sources are internal and ldap.
| `Issue #7124 <https://redmine.postgresql.org/issues/7124>`_ - Fixed the schema diff issue where tables have different column positions and a column has a default value.