mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-10 19:16:34 +03:00
Mention get_native_connection()
in the news file
This commit is contained in:
parent
991b0e02c5
commit
3279ff7507
2
NEWS
2
NEWS
|
@ -14,6 +14,8 @@ New features:
|
|||
items (:ticket:`#661`).
|
||||
- Added `connection.info` object to retrieve various PostgreSQL connection
|
||||
information (:ticket:`#726`).
|
||||
- Added `~connection.get_native_connection()` to expose the raw ``PGconn``
|
||||
structure (:ticket:`#782`).
|
||||
- `~psycopg2.sql.Identifier` can represent qualified names in SQL composition
|
||||
(:ticket:`#732`).
|
||||
- `!str()` on `~psycopg2.extras.Range` produces a human-readable representation
|
||||
|
|
Loading…
Reference in New Issue
Block a user