mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
Fixed NEWS file to mention the connection.info object
This commit is contained in:
parent
44bd2927c5
commit
c567556d71
3
NEWS
3
NEWS
|
@ -10,7 +10,8 @@ New features:
|
||||||
- Added `~psycopg2.extensions.Column.table_oid` and
|
- Added `~psycopg2.extensions.Column.table_oid` and
|
||||||
`~psycopg2.extensions.Column.table_column` attributes on `cursor.description`
|
`~psycopg2.extensions.Column.table_column` attributes on `cursor.description`
|
||||||
items (:ticket:`#661`).
|
items (:ticket:`#661`).
|
||||||
- Added `connection.host` property (:ticket:`#726`).
|
- Added `connection.info` object to retrieve various PostgreSQL connection
|
||||||
|
information (:ticket:`#726`).
|
||||||
- `~psycopg2.sql.Identifier` can represent qualified names in SQL composition
|
- `~psycopg2.sql.Identifier` can represent qualified names in SQL composition
|
||||||
(:ticket:`#732`).
|
(:ticket:`#732`).
|
||||||
- `!str()` on `~psycopg2.extras.Range` produces a human-readable representation
|
- `!str()` on `~psycopg2.extras.Range` produces a human-readable representation
|
||||||
|
|
Loading…
Reference in New Issue
Block a user