gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: fix SQL statement a


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix SQL statement after removing transaction_id
Date: Tue, 07 Feb 2017 16:18:38 +0100

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

dold pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 61a19b4  fix SQL statement after removing transaction_id
61a19b4 is described below

commit 61a19b4b4be9c2543623f9d1e2e69968fae93cce
Author: Florian Dold <address@hidden>
AuthorDate: Tue Feb 7 16:18:34 2017 +0100

    fix SQL statement after removing transaction_id
---
 src/exchangedb/plugin_exchangedb_postgres.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchangedb/plugin_exchangedb_postgres.c 
b/src/exchangedb/plugin_exchangedb_postgres.c
index 0d731df..e47f2c9 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -951,8 +951,8 @@ postgres_prepare (PGconn *db_conn)
            ",wire"
            ") VALUES "
            "($1, $2, $3, $4, $5, $6, $7, $8, $9, $10,"
-           " $11, $12, $13);",
-           13, NULL);
+           " $11, $12, $12);",
+           12, NULL);
 
   /* Used in #postgres_insert_refund() to store refund information */
   PREPARE ("insert_refund",

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



reply via email to

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