mirror of
https://github.com/Hopiu/django.git
synced 2026-04-07 08:31:02 +00:00
- Used connection.info instead of connection.get_parameter_status() and connection.server_info which don't exist in psycopg 3. - Set encoding using the client_encoding connection parameter instead of connection.set_client_encoding() that doesn't exist in psycopg 3. - Used the dbname connection parameter instead of deprecated alias - database. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_creation.py | ||
| test_introspection.py | ||
| test_operations.py | ||
| test_server_side_cursors.py | ||
| tests.py | ||