gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: -fix escape


From: gnunet
Subject: [taler-merchant] branch master updated: -fix escape
Date: Mon, 29 Jan 2024 22:41:15 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new ff72f531 -fix escape
ff72f531 is described below

commit ff72f53157a9d2f1e4690b668781b85c4c46ae42
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jan 29 22:41:12 2024 +0100

    -fix escape
---
 contrib/wallet-core               | 2 +-
 doc/prebuilt                      | 2 +-
 src/backenddb/pg_lookup_account.c | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/contrib/wallet-core b/contrib/wallet-core
index a4c3a207..a17a7a51 160000
--- a/contrib/wallet-core
+++ b/contrib/wallet-core
@@ -1 +1 @@
-Subproject commit a4c3a207f296ee3b6c2971fe5a27f4c42126fa26
+Subproject commit a17a7a51dd50e2f508b078b9aada038fe124ff9c
diff --git a/doc/prebuilt b/doc/prebuilt
index 5e7026c5..bd40be2f 160000
--- a/doc/prebuilt
+++ b/doc/prebuilt
@@ -1 +1 @@
-Subproject commit 5e7026c5cef101c90b6dc58096e0a0946ef11b08
+Subproject commit bd40be2fd4ce80106dc40a5ac4cc5c1695134063
diff --git a/src/backenddb/pg_lookup_account.c 
b/src/backenddb/pg_lookup_account.c
index 7415bca8..992b7408 100644
--- a/src/backenddb/pg_lookup_account.c
+++ b/src/backenddb/pg_lookup_account.c
@@ -49,8 +49,8 @@ TMH_PG_lookup_account (void *cls,
            "SELECT"
            " account_serial"
            " FROM merchant_accounts"
-           " WHERE REGEXP_REPLACE(payto_uri,'\?.*','')"
-           "      =REGEXP_REPLACE($2,'\?.*','')"
+           " WHERE REGEXP_REPLACE(payto_uri,'\\?.*','')"
+           "      =REGEXP_REPLACE($2,'\\?.*','')"
            "   AND merchant_serial="
            "        (SELECT merchant_serial"
            "           FROM merchant_instances"

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]