capitalize SQL keywords

This commit is contained in:
Christian Grothoff 2015-05-07 12:38:17 +02:00
parent bfa62094d9
commit 237cab27a9
2 changed files with 5 additions and 3 deletions

View File

@ -6,10 +6,12 @@ CURRENCY = EUR
WIREFORMAT = SEPA WIREFORMAT = SEPA
# How to access our database # How to access our database
DB = postgres:///taler DB = postgres
DB_CONN_STR = ""
# HTTP port the mint listens to # HTTP port the mint listens to
PORT = 4241 PORT = 4241
# Master public key used to sign the mint's various keys # Master public key used to sign the mint's various keys
MASTER_PUBLIC_KEY = ... MASTER_PUBLIC_KEY = NEGTF62MNGVPZNW19V7S3CRS9D7K04MAHDGX3N6WY2NXREN26J80

View File

@ -434,7 +434,7 @@ postgres_prepare (PGconn *db_conn)
"WHERE blind_ev = $1", "WHERE blind_ev = $1",
1, NULL); 1, NULL);
PREPARE ("get_reserves_blindcoins", PREPARE ("get_reserves_blindcoins",
"select" "SELECT"
" blind_ev" " blind_ev"
",denom_pub, denom_sig" ",denom_pub, denom_sig"
",reserve_sig" ",reserve_sig"