pgadmin4/web/pgadmin/utils/driver/psycopg3
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
..
__init__.py Fix failing RE-SQL test cases for pgAgent. 2023-03-31 15:34:57 +05:30
connection.py Fixed the following SonarQube code smells: 2023-06-12 18:44:31 +05:30
cursor.py Fixed CSV export from Query Tool results does not include all columns for multiple CTEs. #6122 2023-04-11 19:09:26 +05:30
encoding.py Fix the UNICODE encoding issue while connecting through Pgbouncer after upgrading from 6.21 to 7.1 #6340. 2023-06-09 16:24:05 +05:30
generate_keywords.py Added support for psycopg3 along with psycopg2. #5011 2023-02-15 11:31:29 +05:30
keywords.py Added support for psycopg3 along with psycopg2. #5011 2023-02-15 11:31:29 +05:30
server_manager.py Fixed the following SonarQube code smells: 2023-06-12 18:44:31 +05:30
typecast.py Fix circular reference error for the multirange data types in the query tool. #6221 2023-05-10 10:32:47 +05:30