[pgadmin-org/pgadmin4] 5d619f: 1) Fixed Schema Diff issue.

From: Akshay Joshi <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] 5d619f: 1) Fixed Schema Diff issue.
Date: 2023-06-19 13:15:47
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/c5cbb3-5d619f@github.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 5d619fd45580548c5f69794ca339faf1e20d0528
https://github.com/pgadmin-org/pgadmin4/commit/5d619fd45580548c5f69794ca339faf1e20d0528
Author: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
Date: 2023-06-19 (Mon, 19 Jun 2023)

Changed paths:
M docs/en_US/release_notes_7_4.rst
M web/pgadmin/tools/schema_diff/__init__.py
A web/pgadmin/utils/tests/templates/some_feature/sql/11_plus/some_action.sql
A web/pgadmin/utils/tests/templates/some_feature/sql/11_plus/some_action_with_default.sql
A web/pgadmin/utils/tests/templates/some_feature/sql/12_plus/some_action.sql
A web/pgadmin/utils/tests/templates/some_feature/sql/12_plus/some_action_with_default.sql
R web/pgadmin/utils/tests/templates/some_feature/sql/9.1_plus/some_action.sql
R web/pgadmin/utils/tests/templates/some_feature/sql/9.1_plus/some_action_with_default.sql
R web/pgadmin/utils/tests/templates/some_feature/sql/9.2_plus/some_action.sql
R web/pgadmin/utils/tests/templates/some_feature/sql/9.2_plus/some_action_with_default.sql
M web/pgadmin/utils/tests/test_versioned_template_loader.py
M web/pgadmin/utils/versioned_template_loader.py

Log Message:
-----------
1) Fixed Schema Diff issue.
2) Remove unsupported versions from the get_version_mapping_directories() function.
3) Updated test cases for version template loader.

Browse pgadmin-hackers by date

  From Date Subject
Next Message Nikhil Mohite 2023-06-19 14:07:22 [pgadmin-org/pgadmin4] 4746fb: Fixed an issue where View/Edit data is throwing an...
Previous Message Khushboo Vashi 2023-06-19 11:34:34 [pgadmin-org/pgadmin4] c5cbb3: Fix raise notice from func/proc or code blocks are...