gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: fix prepared statem


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: fix prepared statement
Date: Mon, 26 Aug 2019 01:00:47 +0200

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 1d731a7  fix prepared statement
1d731a7 is described below

commit 1d731a7200f17e2ad2d7406e0e0828be9c69db26
Author: Florian Dold <address@hidden>
AuthorDate: Mon Aug 26 01:00:43 2019 +0200

    fix prepared statement
---
 src/backenddb/plugin_merchantdb_postgres.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index e550bef..7b3f2c3 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -346,7 +346,7 @@ postgres_initialize (void *cls)
                             ",timestamp)"
                             " VALUES "
                             "($1, $2, $3, $4, $5)",
-                            4),
+                            5),
     GNUNET_PQ_make_prepare ("mark_proposal_paid",
                             "UPDATE merchant_contract_terms SET"
                             " paid=TRUE, last_session_id=$3"

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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