gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: missing join-using


From: gnunet
Subject: [taler-merchant] branch master updated: missing join-using
Date: Thu, 01 Aug 2024 14:17:54 +0200

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

sebasjm pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new e7ff6cd5 missing join-using
e7ff6cd5 is described below

commit e7ff6cd52c335c3c10ca913140f7a077646e99ac
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Aug 1 09:14:50 2024 -0300

    missing join-using
---
 src/backenddb/pg_lookup_categories.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/backenddb/pg_lookup_categories.c 
b/src/backenddb/pg_lookup_categories.c
index 9aea5477..0d7bee66 100644
--- a/src/backenddb/pg_lookup_categories.c
+++ b/src/backenddb/pg_lookup_categories.c
@@ -131,6 +131,7 @@ TMH_PG_lookup_categories (void *cls,
            "   AS product_count"
            " FROM merchant_categories mc"
            " JOIN merchant_product_categories mpc"
+           "   USING (category_serial)"
            " JOIN merchant_instances mi"
            "   USING (merchant_serial)"
            " WHERE mi.merchant_id=$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]