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-08-18 01:31:40 +0100
commit8444f2315bd5679805e27cce0dd2ae2010591d75 (patch)
tree1df3e42dae947286db64f8d88735befe113f5d11 /NEWS
parent6becf0ef550e8eb0c241c3835b1466eef37b1784 (diff)
downloadpsycopg2-qualified.tar.gz
sql.Identifier can wrap a sequence of strings to represent qualified namesqualified
Close #732.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 54237b8..22d1700 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`).
- `~psycopg2.extras.DictCursor` and `~psycopg2.extras.RealDictCursor` rows
maintain columns order (:ticket:`#177`).