pgadmin4/web/pgadmin/utils/driver/psycopg3
Rohit Bhati 321366489d
Fixed an issue where query tool should show results and messages only from the last executed query.
Fixed an issue where query tool should not prompt for unsaved changes when there are no changes. 
2024-11-21 10:52:43 +05:30
..
__init__.py Fixed the following SonarQube code smells: 2024-06-12 18:09:06 +05:30
connection.py Fixed an issue where query tool should show results and messages only from the last executed query. 2024-11-21 10:52:43 +05:30
cursor.py Replace infinite scrolling with pagination in query tool data output for better UX and performance. 2024-10-01 14:47:12 +05:30
encoding.py Fixed SonarQube code smell Replace the unused local variable with '_'. 2024-01-24 18:33:43 +05:30
generate_keywords.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
keywords.py Update copyright notices for 2024 2024-01-01 14:13:48 +05:30
server_manager.py Ensure server connection is successful for sslrootcert=system in server configuration. 2024-10-14 16:17:46 +05:30
typecast.py Added support for viewing PostgreSQL Server Logs in Text, CSV and JSON formats. 2024-07-03 16:17:29 +05:30