diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-07-13 18:17:32 +0100 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-08-18 01:31:40 +0100 |
| commit | 8444f2315bd5679805e27cce0dd2ae2010591d75 (patch) | |
| tree | 1df3e42dae947286db64f8d88735befe113f5d11 /NEWS | |
| parent | 6becf0ef550e8eb0c241c3835b1466eef37b1784 (diff) | |
| download | psycopg2-qualified.tar.gz | |
sql.Identifier can wrap a sequence of strings to represent qualified namesqualified
Close #732.
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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`). |
