diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-24 16:42:04 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-24 20:58:53 +0000 |
commit | bbfb5dcd8ece2bbf04cc7323b7cc03581d91d7bd (patch) | |
tree | eece7f86de2cef233662768aaa71904212901d93 /doc | |
parent | 0972d4d7f8213f61a2181c65a94ffd97eaf381b9 (diff) |
Lookups: fix pgsql multiple-row, single-column return
Report & fix from James <list@xdrv.co.uk>; additional tidying and testcase by JGH
Broken-by: acec9514b1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 4897f4a0c..d13004b8c 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -16,6 +16,10 @@ JH/01 Replace the store_release() internal interface with store_newblock(), JH/02 Disallow '/' characters in queue names specified for the "queue=" ACL modifier. This matches the restriction on the commandline. +JH/03 Fix pgsql lookup for multiple result-tuples with a single column. + Previously only the last row was returned. + + Exim version 4.90 ----------------- |