pgAdmin 4 commit: Fixed an issue where difference SQL is not seen in th

Поиск
Список
Период
Сортировка
От Akshay Joshi
Тема pgAdmin 4 commit: Fixed an issue where difference SQL is not seen in th
Дата
Msg-id E1jO0Tm-0006T4-Pc@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Fixed an issue where difference SQL is not seen in the schema diff tool for Types. Fixes #5302

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=781b766ac42282a98738fcc658f32fc4e8db74c1

Modified Files
--------------
docs/en_US/release_notes_4_21.rst                  |  1 +
.../servers/databases/schemas/types/__init__.py    |  2 +-
web/pgadmin/tools/schema_diff/directory_compare.py | 10 ++++++
.../tools/schema_diff/tests/pg/10_plus/source.sql  |  6 ++++
.../tools/schema_diff/tests/pg/10_plus/target.sql  |  8 +++++
.../tools/schema_diff/tests/pg/11_plus/source.sql  | 42 ++++++++++++++++++++++
.../tools/schema_diff/tests/pg/11_plus/target.sql  |  8 +++++
.../tools/schema_diff/tests/pg/12_plus/source.sql  | 42 ++++++++++++++++++++++
.../tools/schema_diff/tests/pg/12_plus/target.sql  |  8 +++++
.../tools/schema_diff/tests/pg/9.2_plus/source.sql | 40 +++++++++++++++++++++
.../tools/schema_diff/tests/pg/9.2_plus/target.sql |  8 +++++
.../schema_diff/tests/ppas/10_plus/source.sql      | 42 ++++++++++++++++++++++
.../schema_diff/tests/ppas/10_plus/target.sql      |  8 +++++
.../schema_diff/tests/ppas/9.2_plus/source.sql     | 40 +++++++++++++++++++++
.../schema_diff/tests/ppas/9.2_plus/target.sql     |  8 +++++
15 files changed, 272 insertions(+), 1 deletion(-)


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

Предыдущее
От: Neel Patel
Дата:
Сообщение: Re: RM4292 - Dark mode support for Windows/macOS
Следующее
От: Akshay Joshi
Дата:
Сообщение: Re: [pgAdmin4][Patch]: RM 5053 - Getting an error while changing thecolumns in the existing view