summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-07-13 18:17:32 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2018-10-04 12:46:10 +0100
commit4aa02b7855994e60224cb435f893f6ee8760d3d8 (patch)
tree115da191fe7491ff8db6c1eb201f3b1f75a49f13 /NEWS
parent695c757dc3ea352e9f92e0ebc8d9d88d1a1ce97d (diff)
downloadpsycopg2-identifier-sequence.tar.gz
sql.Identifier can wrap a sequence of strings to represent qualified namesidentifier-sequence
Close #732.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 206265a..eabb839 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,8 @@ What's new in psycopg 2.8
New features:
- Added `~psycopg2.extensions.encrypt_password()` function (:ticket:`#576`).
+- `~psycopg2.sql.Identifier` can represent qualified names in SQL composition
+ (:ticket:`#732`).
- `!str()` on `~psycopg2.extras.Range` produces a human-readable representation
(:ticket:`#773`).
- `~psycopg2.extras.DictCursor` and `~psycopg2.extras.RealDictCursor` rows