gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix SQL


From: gnunet
Subject: [taler-exchange] branch master updated: -fix SQL
Date: Sat, 04 Jun 2022 14:07:04 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

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

commit 3e99c50c0f940fda34585225c38c9014cc1110d0
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jun 4 14:07:02 2022 +0200

    -fix SQL
---
 src/exchangedb/plugin_exchangedb_postgres.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/exchangedb/plugin_exchangedb_postgres.c 
b/src/exchangedb/plugin_exchangedb_postgres.c
index 2d99311a..3a269c6d 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -1262,13 +1262,13 @@ prepare_statements (struct PostgresClosure *pg)
       "get_purse_deposit_by_coin_pub",
       "SELECT"
       " partner_base_url"
-      ",amount_with_fee_val"
-      ",amount_with_fee_frac"
+      ",pd.amount_with_fee_val"
+      ",pd.amount_with_fee_frac"
       ",denoms.fee_deposit_val"
       ",denoms.fee_deposit_frac"
-      ",purse_pub"
-      ",coin_sig"
-      ",purse_deposit_serial_id"
+      ",pd.purse_pub"
+      ",pd.coin_sig"
+      ",pd.purse_deposit_serial_id"
       ",pr.refunded"
       " FROM purse_deposits pd"
       " LEFT JOIN partners"

-- 
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]