Have true/false in selects instead of t/f, fixed dir creation

This commit is contained in:
kexkey
2021-11-05 23:34:55 -04:00
parent 8a62c146a9
commit 368e12d31b
6 changed files with 16 additions and 19 deletions

View File

@@ -454,7 +454,6 @@ extend_watchers() {
local last_imported_n
local row
# row=$(sql "SELECT COALESCE('\"'||pub32||'\"', 'null'), COALESCE('\"'||label||'\"', 'null'), COALESCE('\"'||derivation_path||'\"', 'null'), COALESCE('\"'||callback0conf||'\"', 'null'), COALESCE('\"'||callback1conf||'\"', 'null'), last_imported_n FROM watching_by_pub32 WHERE id=${watching_by_pub32_id} AND watching")
row=$(sql "SELECT pub32, label, derivation_path, callback0conf, callback1conf, last_imported_n FROM watching_by_pub32 WHERE id=${watching_by_pub32_id} AND watching")
returncode=$?
trace_rc ${returncode}