summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/psycopg_any.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #34486 -- Fixed DatabaseOperations.compose_sql() crash with no existing...Scott Macpherson2023-04-141-1/+2
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-151-21/+92
* Refs #33308 -- Added DatabaseOperations.compose_sql() on PostgreSQL.Florian Apolloner2022-12-121-0/+5
* Refs #33308 -- Added psycopg_any.IsolationLevel.Florian Apolloner2022-12-121-0/+9
* Refs #33308 -- Added psycopg_any.sql.quote() hook.Florian Apolloner2022-12-121-1/+12
* Refs #33308 -- Moved psycopg2 imports to the psycopg_any module.Florian Apolloner2022-12-121-0/+6