capitalize SQL keywords
This commit is contained in:
parent
bfa62094d9
commit
237cab27a9
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user