gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -fix issues


From: gnunet
Subject: [taler-exchange] branch master updated: -fix issues
Date: Wed, 10 Jan 2024 15:21:13 +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 6e07ca33 -fix issues
6e07ca33 is described below

commit 6e07ca332cb9f743fdd20408641c1248f72a605a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 10 15:21:10 2024 +0100

    -fix issues
---
 src/pq/pq_query_helper.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pq/pq_query_helper.c b/src/pq/pq_query_helper.c
index c0601935..1b2b0048 100644
--- a/src/pq/pq_query_helper.c
+++ b/src/pq/pq_query_helper.c
@@ -899,7 +899,7 @@ qconv_array (
                                                     &oid_f));
           GNUNET_assert (GNUNET_OK ==
                          GNUNET_PQ_get_oid_by_name (meta->db,
-                                                    "VARCHAR",
+                                                    "text",
                                                     &oid_c));
           for (size_t i = 0; i<num; i++)
           {
@@ -1041,7 +1041,7 @@ qconv_array (
                                                     &oid_f));
           GNUNET_assert (GNUNET_OK ==
                          GNUNET_PQ_get_oid_by_name (meta->db,
-                                                    "VARCHAR(12)",
+                                                    "text",
                                                     &oid_c));
           {
             struct TALER_PQ_AmountCurrencyP am;

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