pgadmin4/web/pgadmin/tools/sqleditor
Aditya Toshniwal 56cf64ad22 Fixed following SonarQube issues:
- Refactor functions to not always return the same value.
  - Rename "cls" to "self" or add the missing "self" parameter.
  - Remove useless assignment to variables.
2020-07-30 14:04:22 +05:30
..
static Fixed an issue where the user is not able to save the new row if the table is empty. Fixes #4810 2020-07-24 14:30:22 +05:30
templates/sqleditor/sql Fixed data truncation issue when updating the data of type character with length. Fixes #5481 2020-05-25 17:05:47 +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
utils Fixed convention related issues reported by SonarQube. 2020-07-09 18:55:33 +05:30
__init__.py Fixed convention related issues reported by SonarQube. 2020-07-09 18:55:33 +05:30
command.py Fixed following SonarQube issues: 2020-07-30 14:04:22 +05:30