commit ceef3f90b575b11bd20c95105828bd41f6f04e1b
parent 19a4be39533abf14a670d1076b9028e61ee402b1
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Mon, 12 Jun 2017 17:32:47 +0200
SQL syntax
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
@@ -342,9 +342,9 @@ postgres_initialize (void *cls)
"(h_contract_terms"
",coin_pub"
",reason"
- "refund_amount_val"
- "refund_amount_frac"
- "refund_amount_curr) VALUES"
+ ",refund_amount_val"
+ ",refund_amount_frac"
+ ",refund_amount_curr) VALUES"
"($1, $2, $3, $4, $5, $6)",
6),
GNUNET_PQ_make_prepare ("insert_proof",