aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pq/pq_query_helper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pq/pq_query_helper.c b/src/pq/pq_query_helper.c
index c06019353..1b2b00488 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;