changeset 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
files s4-funcs.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Fri May 29 09:28:32 2020 +0900
+++ b/s4-funcs.sh	Fri May 29 09:30:13 2020 +0900
@@ -353,8 +353,8 @@
     tee -a $querylog|sqlite3 -cmd 'PRAGMA foreign_keys=ON' -cmd ".timeout 3000"
   else
     echo "$@" >> $querylog
-    ###sqlite3 -cmd 'PRAGMA foreign_keys=ON' -cmd ".timeout 3000" "$@"
-    sqlite3 -bail -cmd 'PRAGMA foreign_keys=ON' -cmd ".timeout 3000" "$@"
+    sqlite3 -cmd 'PRAGMA foreign_keys=ON' -cmd ".timeout 3000" "$@"
+    ###sqlite3 -bail -cmd 'PRAGMA foreign_keys=ON' -cmd ".timeout 3000" "$@"
   fi
   logend
 }

yatex.org