pgadmin4/web/pgadmin/utils/driver/psycopg2
Mark Mayo 41508f7f67
python 3 updates
- Fix super() calls for python 3
- No need to inherit objects.
- No need for u at the start of strings
- Tidied up some brackets and f-strings too
2022-11-19 10:13:41 +05:30
..
__init__.py python 3 updates 2022-11-19 10:13:41 +05:30
connection.py python 3 updates 2022-11-19 10:13:41 +05:30
cursor.py python 3 updates 2022-11-19 10:13:41 +05:30
encoding.py Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
generate_keywords.py Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
keywords.py Update copyright notices for 2022 2022-01-04 13:54:25 +05:30
server_manager.py python 3 updates 2022-11-19 10:13:41 +05:30
typecast.py Fixed code smell 'Default parameters should be last' reported by SonarQube. 2022-01-12 18:40:18 +05:30