summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormieciu <przemyslaw.hejman@gmail.com>2016-06-02 14:03:03 -0700
committerTim Graham <timograham@gmail.com>2016-06-03 12:42:41 -0400
commit9a204fc8a52d79942325ed984d48e5aef5b64d21 (patch)
tree4015078c29cbaec05cebafd372d7dfe9f73cb4b9 /docs
parent521772ff0779ced13f94a6ebcd96740a9eafbb1d (diff)
[1.10.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.txt3
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`).