commit 613b9b7296ff8f7a2c406d02b0de5319b0da3953
parent e62fe71de43a1325822e5768cc040609030fccd6
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 15 Jun 2024 18:36:03 +0200
revert 1c1ec9c54e09e9b90ea7a91e81bf5a6eb878c53b to fix #8945 and enable frontend to detect that it must use PATCH
Diffstat:
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/src/backenddb/pg_select_accounts.c b/src/backenddb/pg_select_accounts.c
@@ -143,11 +143,10 @@ TMH_PG_select_accounts (void *cls,
",credit_facade_credentials"
",active"
" FROM merchant_accounts"
- " WHERE active"
- " AND merchant_serial="
- " (SELECT merchant_serial "
- " FROM merchant_instances"
- " WHERE merchant_id=$1);");
+ " WHERE merchant_serial="
+ " (SELECT merchant_serial "
+ " FROM merchant_instances"
+ " WHERE merchant_id=$1);");
qs = GNUNET_PQ_eval_prepared_multi_select (pg->conn,
"select_accounts",
params,