pgadmin4/web/pgadmin/tools/schema_diff
Mark Mayo 41508f7f67
python 3 updates
- Fix super() calls for python 3
- No need to inherit objects.
- No need for u at the start of strings
- Tidied up some brackets and f-strings too
2022-11-19 10:13:41 +05:30
..
static Use SocketIO instead of REST for schema diff compare. #4841 2022-10-21 09:29:19 +05:30
templates/schema_diff 1) Port schema diff to React. Fixes #6133 2022-09-07 19:20:03 +05:30
tests python 3 updates 2022-11-19 10:13:41 +05:30
__init__.py Use SocketIO instead of REST for schema diff compare. #4841 2022-10-21 09:29:19 +05:30
compare.py Fixed an issue where comments on domain constraints were not visible when selecting a domain node. Fixes #7403 2022-05-24 14:50:33 +05:30
directory_compare.py Added options 'Ignore owner' and 'Ignore whitespace' to the schema diff panel. Fixes #7282 2022-04-20 15:27:17 +05:30
model.py python 3 updates 2022-11-19 10:13:41 +05:30
node_registry.py python 3 updates 2022-11-19 10:13:41 +05:30