pgadmin4/web/pgadmin/static/js/SchemaView
Akshay Joshi 251bf05692 Fixed the following SonarQube code smells:
1) Do not use Array index in keys.
2) Unnecessary escape character.
3) Rename this local variable to match the regular expression ^[_a-z][a-z0-9_]*$
4) Remove the unused local variable.
2023-06-12 18:44:31 +05:30
..
base_schema.ui.js Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
DataGridView.jsx Fixed the following SonarQube code smells: 2023-06-12 18:44:31 +05:30
DepListener.js Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
FieldSetView.jsx Update copyright notices for 2023 2023-01-02 11:53:55 +05:30
FormView.jsx Ensure that a new row should be added on top in the User Management dialog. Fixes #5817 2023-05-18 13:26:47 +05:30
index.jsx Ensure that a new row should be added on top in the User Management dialog. Fixes #5817 2023-05-18 13:26:47 +05:30
MappedControl.jsx Auto expand row edit form when a new row is added for Primary Key, Foreign Key, Unique Constraint and Exclusion Constraint. #3298 2023-03-27 17:14:37 +05:30