diff options
| author | mieciu <przemyslaw.hejman@gmail.com> | 2016-06-02 14:03:03 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-06-03 12:44:32 -0400 |
| commit | 5d60eb8bd72ee7d8a99f34ea060d9c3f4c3a6ff9 (patch) | |
| tree | 1e6243307f4d936ed0e5b38b25515408e0834ddd /docs | |
| parent | 6d0c9f95da7084abf09170ca5a06bd47fd20f0c4 (diff) | |
[1.9.x] Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database name.
Backport of 19ff506878071ac93de684fe01328707e75e2b3a from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.9.7.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.9.7.txt b/docs/releases/1.9.7.txt index d54fa96fdc..514d83bf15 100644 --- a/docs/releases/1.9.7.txt +++ b/docs/releases/1.9.7.txt @@ -23,3 +23,6 @@ Bugfixes * Fixed ``HStoreField`` to raise a ``ValidationError`` instead of crashing on non-dictionary JSON input (:ticket:`26672`). + +* Fixed ``dbshell`` crash on PostgreSQL with an empty database name + (:ticket:`26698`). |
