comparison s4-funcs.sh @ 713:0d13e282441d

Not well tested, disable meanwhile
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 29 May 2020 09:30:13 +0900
parents 4752122ea473
children d7c5f86d9c75
comparison
equal deleted inserted replaced
712:4752122ea473 713:0d13e282441d
351 logstart 351 logstart
352 if [ -z "$1" ]; then 352 if [ -z "$1" ]; then
353 tee -a $querylog|sqlite3 -cmd 'PRAGMA foreign_keys=ON' -cmd ".timeout 3000" 353 tee -a $querylog|sqlite3 -cmd 'PRAGMA foreign_keys=ON' -cmd ".timeout 3000"
354 else 354 else
355 echo "$@" >> $querylog 355 echo "$@" >> $querylog
356 ###sqlite3 -cmd 'PRAGMA foreign_keys=ON' -cmd ".timeout 3000" "$@" 356 sqlite3 -cmd 'PRAGMA foreign_keys=ON' -cmd ".timeout 3000" "$@"
357 sqlite3 -bail -cmd 'PRAGMA foreign_keys=ON' -cmd ".timeout 3000" "$@" 357 ###sqlite3 -bail -cmd 'PRAGMA foreign_keys=ON' -cmd ".timeout 3000" "$@"
358 fi 358 fi
359 logend 359 logend
360 } 360 }
361 dbsetup() { 361 dbsetup() {
362 pipedir=$tmpdir/pipedir 362 pipedir=$tmpdir/pipedir

yatex.org