Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed #34486 -- Fixed DatabaseOperations.compose_sql() crash with no existing... | Scott Macpherson | 2023-04-14 | 1 | -1/+2 |
* | Fixed #33308 -- Added support for psycopg version 3. | Daniele Varrazzo | 2022-12-15 | 1 | -21/+92 |
* | Refs #33308 -- Added DatabaseOperations.compose_sql() on PostgreSQL. | Florian Apolloner | 2022-12-12 | 1 | -0/+5 |
* | Refs #33308 -- Added psycopg_any.IsolationLevel. | Florian Apolloner | 2022-12-12 | 1 | -0/+9 |
* | Refs #33308 -- Added psycopg_any.sql.quote() hook. | Florian Apolloner | 2022-12-12 | 1 | -1/+12 |
* | Refs #33308 -- Moved psycopg2 imports to the psycopg_any module. | Florian Apolloner | 2022-12-12 | 1 | -0/+6 |