From 6dedca0fa36bd30bbeb26be012ce3ac9d967065a Mon Sep 17 00:00:00 2001 From: Özgür Kesim Date: Fri, 28 Jul 2023 23:27:02 +0200 Subject: taler_amount type introduced in reserves table and corresponding functions - current_balance is now a taler_amount - all C-functions, SQL-statements and stored procedures adjusted accordingly. => make check passes all tests in testing. --- src/exchangedb/exchange_do_reserves_in_insert.sql | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'src/exchangedb/exchange_do_reserves_in_insert.sql') diff --git a/src/exchangedb/exchange_do_reserves_in_insert.sql b/src/exchangedb/exchange_do_reserves_in_insert.sql index e7018e51..fcf8ef4c 100644 --- a/src/exchangedb/exchange_do_reserves_in_insert.sql +++ b/src/exchangedb/exchange_do_reserves_in_insert.sql @@ -109,11 +109,8 @@ LANGUAGE plpgsql AS $$ DECLARE curs_reserve_exist REFCURSOR; -DECLARE k INT8; -DECLARE curs_transaction_exist REFCURSOR; -DECLARE i RECORD; BEGIN transaction_duplicate0 = TRUE; @@ -295,11 +292,8 @@ LANGUAGE plpgsql AS $$ DECLARE curs_reserve_exist REFCURSOR; -DECLARE k INT8; -DECLARE curs_transaction_exist REFCURSOR; -DECLARE i RECORD; BEGIN transaction_duplicate0=TRUE; @@ -587,13 +581,9 @@ LANGUAGE plpgsql AS $$ DECLARE curs_reserve_exist REFCURSOR; -DECLARE k INT8; -DECLARE curs_transaction_exist REFCURSOR; -DECLARE i RECORD; -DECLARE r RECORD; BEGIN @@ -949,13 +939,9 @@ LANGUAGE plpgsql AS $$ DECLARE curs REFCURSOR; -DECLARE conflict BOOL; -DECLARE dup BOOL; -DECLARE uuid INT8; -DECLARE i RECORD; BEGIN -- cgit v1.2.3