diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-10-04 16:13:46 +0100 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2018-10-04 16:13:46 +0100 |
| commit | 4e0b2ec9c9f8783a82fa3079ee1e152eeb3e1af6 (patch) | |
| tree | c7c5852dd7ec05fc76a7c3a026c0c3534efb1326 /NEWS | |
| parent | 9d83b036059d88b49477d5a068b4fad84076de30 (diff) | |
| download | psycopg2-4e0b2ec9c9f8783a82fa3079ee1e152eeb3e1af6.tar.gz | |
Added Diagnostics.severity_nonlocalized attributediag-schema-name-nonloc
Close #783.
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,6 +13,8 @@ New features: (:ticket:`#773`). - `~psycopg2.extras.DictCursor` and `~psycopg2.extras.RealDictCursor` rows maintain columns order (:ticket:`#177`). +- Added `!severity_nonlocalized` attribute on the + `~psycopg2.extensions.Diagnostics` object (:ticket:`#783`). Other changes: |
