pgAdmin 4 commit: Fixed an issue where the search object is unable to l

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where the search object is unable to l
Дата
Msg-id E1jnH0W-0003CF-7h@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed an issue where the search object is unable to locate inherited tables and constraint filters are not working.
Fixes#5492 

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=d6b22f1f4c631d969910d0ee09755fae0943785e
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_23.rst                  |  1 +
.../static/js/search_objects_dialog_wrapper.js     | 15 +++++++--
.../search_objects/sql/pg/10_plus/search.sql       | 37 ++++++++++++----------
.../search_objects/sql/pg/11_plus/search.sql       | 37 ++++++++++++----------
.../search_objects/sql/ppas/10_plus/search.sql     | 37 ++++++++++++----------
.../search_objects/sql/ppas/12_plus/search.sql     | 37 ++++++++++++----------
6 files changed, 98 insertions(+), 66 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Paresh More
Дата:
Сообщение: Patch for Redmine Bug 5587
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin] : Patch fixing Feature Test failures.