commit c91c157bca43f535ed490f94f3b68da24da11873 parent 39a0ee18d100c216adaf850d18d3c5795de4e5d9 Author: Christian Grothoff <grothoff@gnunet.org> Date: Thu, 16 Jul 2026 01:54:10 +0200 fix 500 error due to uninit out_found Diffstat:
| M | src/backenddb/update_product_group.sql | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/backenddb/update_product_group.sql b/src/backenddb/update_product_group.sql @@ -36,6 +36,7 @@ BEGIN EXCEPTION WHEN unique_violation THEN + out_not_found = FALSE; out_conflict = TRUE; RETURN; END;