pgadmin4/web/pgadmin/utils/driver
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
..
psycopg3 Fixed the following SonarQube code smells: 2023-06-12 18:44:31 +05:30
__init__.py Fix orphan database connections resulting in an inability to connect to databases. #5567 2023-01-19 15:57:02 +05:30
abstract.py Added support for psycopg3 along with psycopg2. #5011 2023-02-15 11:31:29 +05:30
registry.py Remove psycopg2 completely. 2023-03-20 16:57:30 +05:30