pgadmin4/web/pgadmin/tools/schema_diff
Cyril Jouve 5a253f9053 Change the following to replace Python 2 code with Python 3:
1) Replace the deprecated unit test method.
2) Wraps filter usage in a list call.
3) Converts the old metaclass syntax to new.
4) Use range instead of xrange method.
5) Change Unicode to str.
6) Several other transformations.
7) Fixed change password test cases.
8) Use simplejson instead of plain JSON.
2020-08-31 16:45:31 +05:30
..
static Fixed schema diff issue when selecting any identical node. 2020-08-17 17:26:58 +05:30
templates/schema_diff Improvements in the UI for both default and dark themes. Fixes #5133 2020-02-24 14:11:00 +05:30
tests Change the following to replace Python 2 code with Python 3: 2020-08-31 16:45:31 +05:30
__init__.py Fixed code smell 'Define a constant instead of duplicating this literal' reported by SonarQube. 2020-08-20 20:26:51 +05:30
compare.py 1) Added special handling for the extension to resolve the dependency. 2020-08-13 17:48:04 +05:30
directory_compare.py Change the following to replace Python 2 code with Python 3: 2020-08-31 16:45:31 +05:30
model.py Added and fixed gettext usage for better translation coverage. Fixes #5284 2020-03-24 11:14:05 +05:30
node_registry.py Added Schema Diff tool to compare two schemas and generate the difference script. 2020-01-10 15:42:09 +05:30