Update to 2.3.4:
Fix: Compatibility with sqlite3 version >= 3.52.0 when using '-o appearance'
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ function fetch_BBlog_entries_appearance {
|
||||
|
||||
if [ "$foundit" = 0 ]; then
|
||||
SQL="$base_SQL_noprauth WHERE citeref='$citeref'"
|
||||
sqlite3 -line "$db" "$SQL" | SQL_addquotes
|
||||
sqlite3 "$db" ".mode line --colsep ' = '" "$SQL" | SQL_addquotes
|
||||
else
|
||||
echo "citeref=$citeref"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user