From 5d60eb8bd72ee7d8a99f34ea060d9c3f4c3a6ff9 Mon Sep 17 00:00:00 2001 From: mieciu Date: Thu, 2 Jun 2016 14:03:03 -0700 Subject: [1.9.x] Fixed #26698 -- Fixed PostgreSQL dbshell crash on an empty database name. Backport of 19ff506878071ac93de684fe01328707e75e2b3a from master --- docs/releases/1.9.7.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3