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: Thu, 03 Nov 2022 23:56:04 +0100

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 92153a79 -fix SQL
92153a79 is described below

commit 92153a79541ef8976fa5226262904cd5e6f3de28
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Thu Nov 3 23:56:01 2022 +0100

    -fix SQL
---
 src/exchangedb/pg_select_all_purse_decisions_above_serial_id.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/exchangedb/pg_select_all_purse_decisions_above_serial_id.c 
b/src/exchangedb/pg_select_all_purse_decisions_above_serial_id.c
index ace24f28..03d61900 100644
--- a/src/exchangedb/pg_select_all_purse_decisions_above_serial_id.c
+++ b/src/exchangedb/pg_select_all_purse_decisions_above_serial_id.c
@@ -131,6 +131,7 @@ TEH_PG_select_all_purse_decisions_above_serial_id (
            " purse_pub"
            ",refunded"
            ",purse_decision_serial_id"
+           " FROM purse_decision"
            " WHERE purse_decision_serial_id>=$1"
            " ORDER BY purse_decision_serial_id ASC;");
   qs = GNUNET_PQ_eval_prepared_multi_select (

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