summaryrefslogtreecommitdiff
path: root/django/db/backends/postgresql/psycopg_any.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #34486 -- Fixed DatabaseOperations.compose_sql() crash with no ↵Scott Macpherson2023-04-141-1/+2
| | | | | | existing database connection on PostgreSQL. Regression in 09ffc5c1212d4ced58b708cbbf3dfbfb77b782ca.
* Fixed #33308 -- Added support for psycopg version 3.Daniele Varrazzo2022-12-151-21/+92
| | | | | | | Thanks Simon Charette, Tim Graham, and Adam Johnson for reviews. Co-authored-by: Florian Apolloner <florian@apolloner.eu> Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
* 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