gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: note on current troubles


From: gnunet
Subject: [taler-exchange] branch master updated: note on current troubles
Date: Mon, 05 Aug 2024 00:38:03 +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 f33402662 note on current troubles
f33402662 is described below

commit f33402662663b201cb911050643902d303e23165
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Aug 5 00:38:00 2024 +0200

    note on current troubles
---
 src/exchangedb/pg_lookup_kyc_requirement_by_row.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/src/exchangedb/pg_lookup_kyc_requirement_by_row.c 
b/src/exchangedb/pg_lookup_kyc_requirement_by_row.c
index 36ab3e756..65ce7aba5 100644
--- a/src/exchangedb/pg_lookup_kyc_requirement_by_row.c
+++ b/src/exchangedb/pg_lookup_kyc_requirement_by_row.c
@@ -67,6 +67,12 @@ TEH_PG_lookup_kyc_requirement_by_row (
   memset (account_pub,
           0,
           sizeof (*account_pub));
+  // FIXME: likely better done as a stored procedure,
+  // this may get even more complex: *if* there is
+  // a more recent lm for the same account/access_token,
+  // we probably want to join with THAT lo and not
+  // the possibly dated lo for the given row.
+  // Or: don't join at all with lo and simplify?
   PREPARE (pg,
            "lookup_kyc_requirement_by_row",
            "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]