summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-11-09 11:40:17 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-11-09 11:40:17 +0000
commit3279ff7507f72a4e78a9ea908510719ebfef2035 (patch)
treed2ada22307f9b4cdabdb7a7d7fde0c6be724e29f /NEWS
parent991b0e02c5a8d5e7e26edf1a470aa86b9694b981 (diff)
downloadpsycopg2-3279ff7507f72a4e78a9ea908510719ebfef2035.tar.gz
Mention `get_native_connection()` in the news file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7412e05..2b50222 100644
--- a/NEWS
+++ b/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