gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] 01/02: missing parenthesis


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] 01/02: missing parenthesis
Date: Mon, 15 Jan 2018 09:38:37 +0100

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

marcello pushed a commit to branch master
in repository merchant.

commit d9a0005213280f2a4a57363bca6484c7f5a3126c
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jan 15 09:37:44 2018 +0100

    missing parenthesis
---
 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 5b14d31..ee8a947 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -328,7 +328,7 @@ postgres_initialize (void *cls)
                             "(order_id"
                             ",merchant_pub"
                             ",timestamp"
-                            ",contract_terms"
+                            ",contract_terms)"
                             " VALUES "
                             "($1, $2, $3, $4)",
                             4),

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



reply via email to

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