pgadmin4/web/pgadmin/tools/sqleditor/utils
Aditya Toshniwal 536593bf8a Fixed following SonarQube issues:
- Remove this assignment to the local variable, the value is never used.
  - Rename local variables to match the regular expression
  - Add logic to this except clause or eliminate it and rethrow the exception automatically.
  - Rename fields to match the regular expression
  - Extract this nested conditional expression into an independent statement.
  - Change this default value to "None" and initialize this parameter inside the function/method.
  - Update this function so that its implementation is not identical to __repr__
  - Refactor this method to not always return the same value
  - Reraise this exception to stop the application as the user expects
  - Add missing parameters _w _PY3. This method overrides simplejson.decoder.JSONDecoder.decode.
  - Remove this redundant continue.
  - Remove this unused function declaration
  - Remove this identity check; it will always be False.
2020-08-03 12:59:51 +05:30
..
tests Fixed data truncation issue when updating the data of type character with length. Fixes #5481 2020-05-25 17:05:47 +05:30
__init__.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
apply_explain_plan_wrapper.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
constant_definition.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
filter_dialog.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
get_column_types.py Schema Diff Improvements: 2020-01-13 18:19:07 +05:30
is_begin_required.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
is_query_resultset_updatable.py Remove Python2 modules. 2020-05-08 12:28:21 +05:30
query_history.py Remove Python2 references from the source code. 2020-04-30 17:22:48 +05:30
query_tool_fs_utils.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00
query_tool_preferences.py Fixed cognitive complexity issues reported by SonarQube. 2020-08-03 12:46:34 +05:30
save_changed_data.py Fixed data truncation issue when updating the data of type character with length. Fixes #5481 2020-05-25 17:05:47 +05:30
start_running_query.py Fixed following SonarQube issues: 2020-08-03 12:59:51 +05:30
update_session_grid_transaction.py Update copyright notices for 2020. 2020-01-02 14:43:50 +00:00