summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
authorSebastian Janko <janko.sebastian@gmail.com>2019-07-13 02:24:39 +0200
committerIrina Truong <i.chernyavska@gmail.com>2019-07-12 17:24:39 -0700
commitf85642da67285a2b1d991d1d0970d261a715efb1 (patch)
tree050dffc3887ca2856f7b9fbcb55a761e88578b3f /changelog.rst
parent10cc4ce2b9e1d745f3be91373f48ef6ea9ca7f88 (diff)
Issue 1019 stacktrace on empty query (#1078)
* Added changes to skip empty queries Empty queries consist of one or more semicolons * Reformatted with black * Added contribution to changelog and name to AUTHORS * Black.
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index 467afe73..4947bd02 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -10,6 +10,7 @@ Bug fixes:
----------
* Error connecting to PostgreSQL 12beta1 (#1058). (Thanks: `Irina Truong`_)
+* Empty query caused error message (Thanks: `Sebastian Janko`_)
2.1.1
=====
@@ -993,3 +994,4 @@ Improvements:
.. _`VVelox`: https://github.com/VVelox
.. _`Telmo "Trooper"`: https://github.com/telmotrooper
.. _`Alexander Zawadzki`: https://github.com/zadacka
+.. _`Sebastian Janko`: https://github.com/sebojanko