gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: fix SQL


From: gnunet
Subject: [taler-exchange] branch master updated: fix SQL
Date: Fri, 17 Jan 2020 23:56:06 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 86cd17e2 fix SQL
86cd17e2 is described below

commit 86cd17e265a048801e827a6f2c26e60e2ec7d17b
Author: Christian Grothoff <address@hidden>
AuthorDate: Fri Jan 17 23:56:03 2020 +0100

    fix SQL
---
 src/auditor/test-auditor.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index b46f022f..d0c4eaf1 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -741,7 +741,7 @@ fi
 echo PASS
 
 # Undo database modification (exchange always has account #2)
-echo "UPDATE app_banktransaction SET 
debit_account_id=$OLD_ACC,credit_account_id=2,subject=$OLD_SUBJECT WHERE 
id=$OLD_ID;" | psql -Aqt $DB
+echo "UPDATE app_banktransaction SET 
debit_account_id=$OLD_ACC,credit_account_id=2,subject='$OLD_SUBJECT' WHERE 
id=$OLD_ID;" | psql -Aqt $DB
 
 }
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]