gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] 166/277: SQL fixing


From: gnunet
Subject: [taler-merchant] 166/277: SQL fixing
Date: Sun, 05 Jul 2020 20:51:19 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

commit e5bf2ab30e6de7a003e8f3928c4edfd2453773bf
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jun 1 14:14:38 2020 +0200

    SQL fixing
---
 src/backenddb/plugin_merchantdb_postgres.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index ca00539..0de8360 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -7122,7 +7122,6 @@ libtaler_plugin_merchantdb_postgres_init (void *cls)
                             ",picked_up_frac"
                             ",justification"
                             ",merchant_tips.expiration"
-                            // ",exchange_url"
                             ",reserve_pub"
                             " FROM merchant_tips"
                             " JOIN merchant_tip_reserves USING 
(reserve_serial)"
@@ -7138,8 +7137,7 @@ libtaler_plugin_merchantdb_postgres_init (void *cls)
                             " pickup_id"
                             ",amount_val"
                             ",amount_frac"
-                            // ",num_planchets"
-                            // ",COUNT(blind_sig)"
+                            ",COUNT(blind_sig) AS num_planchets"
                             " FROM merchant_tip_pickups"
                             " JOIN merchant_tip_pickup_signatures USING 
(pickup_serial)"
                             " WHERE tip_serial = $1",

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