pgAdmin 4 commit: Fixed reverse engineering SQL where parenthesis is no

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed reverse engineering SQL where parenthesis is no
Дата
Msg-id E1kKEUr-0005kd-Ag@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed reverse engineering SQL where parenthesis is not properly arranged for View/MView definition. Fixes #5830

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b0475566ca61cdcfff07f8a24ef0ddcf9f46f1a7
Author: Ganesh Jaybhay <ganesh.jaybhay@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_4_27.rst                  |  1 +
.../mviews/pg/9.3_plus/sql/properties.sql          |  2 +-
.../mviews/pg/9.4_plus/sql/properties.sql          |  2 +-
.../mviews/ppas/9.3_plus/sql/properties.sql        |  2 +-
.../views/gpdb_5.0_plus/sql/properties.sql         |  2 +-
.../templates/views/pg/9.1_plus/sql/properties.sql |  2 +-
.../templates/views/pg/9.2_plus/sql/properties.sql |  2 +-
.../templates/views/pg/9.3_plus/sql/properties.sql |  2 +-
.../templates/views/pg/9.4_plus/sql/properties.sql |  2 +-
.../views/ppas/9.1_plus/sql/properties.sql         |  2 +-
.../views/ppas/9.2_plus/sql/properties.sql         |  2 +-
.../views/ppas/9.3_plus/sql/properties.sql         |  2 +-
.../views/ppas/9.4_plus/sql/properties.sql         |  2 +-
.../schemas/views/tests/test_views_get.py          | 22 ++++++++++++++++++++--
14 files changed, 33 insertions(+), 14 deletions(-)


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

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: RM5841: server.username can be empty when using .pg_service.conf
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin][RM5830] View: parenthesis re-arrangement with AND/OR