gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix column name


From: gnunet
Subject: [taler-exchange] branch master updated: fix column name
Date: Sat, 22 Oct 2022 14:00:52 +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 c4bbc4ac fix column name
c4bbc4ac is described below

commit c4bbc4ac566c3e5f32f40b0db6326bfa68e756c9
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Oct 22 14:00:50 2022 +0200

    fix column name
---
 src/exchangedb/pg_lookup_serial_by_table.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchangedb/pg_lookup_serial_by_table.c 
b/src/exchangedb/pg_lookup_serial_by_table.c
index 8dc6e061..b8d25479 100644
--- a/src/exchangedb/pg_lookup_serial_by_table.c
+++ b/src/exchangedb/pg_lookup_serial_by_table.c
@@ -128,9 +128,9 @@ TEH_PG_lookup_serial_by_table (void *cls,
   case TALER_EXCHANGEDB_RT_RESERVES_OPEN_DEPOSITS:
     XPREPARE ("select_serial_by_table_reserves_open_deposits",
               "SELECT"
-              " open_request_uuid AS serial"
+              " reserve_open_deposit_uuid AS serial"
               " FROM reserves_open_deposits"
-              " ORDER BY open_request_uuid DESC"
+              " ORDER BY reserve_open_deposit_uuid DESC"
               " LIMIT 1;");
     break;
   case TALER_EXCHANGEDB_RT_RESERVES_OUT:

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