summaryrefslogtreecommitdiff
path: root/src/backenddb/plugin_merchantdb_postgres.c
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-12 17:32:47 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-12 17:32:47 +0200
commitceef3f90b575b11bd20c95105828bd41f6f04e1b (patch)
tree050bd7d5d14637b09402a1212615a6b26acc1555 /src/backenddb/plugin_merchantdb_postgres.c
parent19a4be39533abf14a670d1076b9028e61ee402b1 (diff)
downloadmerchant-ceef3f90b575b11bd20c95105828bd41f6f04e1b.tar.gz
merchant-ceef3f90b575b11bd20c95105828bd41f6f04e1b.tar.bz2
merchant-ceef3f90b575b11bd20c95105828bd41f6f04e1b.zip
SQL syntax
Diffstat (limited to 'src/backenddb/plugin_merchantdb_postgres.c')
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index 4480b5b6..c30508ab 100644
--- 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",