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: SQL syntax


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: SQL syntax
Date: Mon, 12 Jun 2017 17:32:37 +0200

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

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new ceef3f9  SQL syntax
ceef3f9 is described below

commit ceef3f90b575b11bd20c95105828bd41f6f04e1b
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 12 17:32:47 2017 +0200

    SQL syntax
---
 src/backenddb/plugin_merchantdb_postgres.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index 4480b5b..c30508a 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -342,9 +342,9 @@ postgres_initialize (void *cls)
                             "(h_contract_terms"
                             ",coin_pub"
                             ",reason"
-                            "refund_amount_val"
-                            "refund_amount_frac"
-                            "refund_amount_curr) VALUES"
+                            ",refund_amount_val"
+                            ",refund_amount_frac"
+                            ",refund_amount_curr) VALUES"
                             "($1, $2, $3, $4, $5, $6)",
                             6),
     GNUNET_PQ_make_prepare ("insert_proof",

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



reply via email to

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