https://bugs.exim.org/show_bug.cgi?id=2546
Git Commit <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Git Commit <[email protected]> --- Git commit: https://git.exim.org/exim.git/commitdiff/0b4dfe7aa1f12214abdfa1037497d6c49a471612 commit 0b4dfe7aa1f12214abdfa1037497d6c49a471612 Author: Jeremy Harris <[email protected]> AuthorDate: Mon Apr 6 00:28:06 2020 +0100 Commit: Jeremy Harris <[email protected]> CommitDate: Mon Apr 6 13:14:05 2020 +0100 mysql, pgsql: per-query server options outside the lookup string. bug 2546 ---- doc/doc-docbook/spec.xfpt | 29 +++++- doc/doc-txt/NewStuff | 7 +- src/src/acl.c | 9 +- src/src/lookups/lf_functions.h | 5 +- src/src/lookups/lf_sqlperform.c | 118 +++++++++++++++-------- src/src/lookups/mysql.c | 31 +++--- src/src/lookups/pgsql.c | 5 +- src/src/lookups/redis.c | 5 +- src/src/string.c | 4 - src/src/verify.c | 7 +- test/confs/2610 | 27 +++++- test/confs/2620 | 26 ++++- test/stderr/2610 | 155 +++++++++++++++++++++++++----- test/stderr/2620 | 206 ++++++++++++++++++++++++++++++++++------ 14 files changed, 499 insertions(+), 135 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
