Fixed code smell 'Functions, methods, and lambdas should not have too many parameters' reported by SonarQube.
Branch ------ master Details ------- https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=b4c25bdc0a3d27540a1a9716384fc979d996f432 Modified Files -------------- .../servers/databases/schemas/tables/__init__.py | 14 +++--- .../schemas/tables/compound_triggers/__init__.py | 4 +- .../schemas/tables/compound_triggers/utils.py | 17 +++---- .../databases/schemas/tables/indexes/__init__.py | 33 ++++++++++---- .../databases/schemas/tables/indexes/utils.py | 45 +++++++++--------- .../schemas/tables/partitions/__init__.py | 4 +- .../databases/schemas/tables/schema_diff_utils.py | 37 ++++++++------- .../databases/schemas/tables/triggers/__init__.py | 29 ++++++------ .../databases/schemas/tables/triggers/utils.py | 47 +++++++++---------- .../servers/databases/schemas/tables/utils.py | 53 ++++++++++++---------- web/pgadmin/tools/schema_diff/compare.py | 16 ++++--- web/pgadmin/tools/schema_diff/directory_compare.py | 33 +++++++------- 12 files changed, 184 insertions(+), 148 deletions(-)