From 237cab27a94ea019e9fdb3d8cc8d9724b965bc34 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 7 May 2015 12:38:17 +0200 Subject: capitalize SQL keywords --- src/mintdb/plugin_mintdb_postgres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mintdb/plugin_mintdb_postgres.c') diff --git a/src/mintdb/plugin_mintdb_postgres.c b/src/mintdb/plugin_mintdb_postgres.c index 911028e4..83a9feef 100644 --- a/src/mintdb/plugin_mintdb_postgres.c +++ b/src/mintdb/plugin_mintdb_postgres.c @@ -434,7 +434,7 @@ postgres_prepare (PGconn *db_conn) "WHERE blind_ev = $1", 1, NULL); PREPARE ("get_reserves_blindcoins", - "select" + "SELECT" " blind_ev" ",denom_pub, denom_sig" ",reserve_sig" -- cgit v1.2.3