Update to 2.3.4:

Fix: Compatibility with sqlite3 version >= 3.52.0 when using '-o appearance'
This commit is contained in:
2026-07-28 18:33:37 -04:00
parent 3fb2504ef8
commit ccf475d3f5
4 changed files with 7 additions and 4 deletions
+3
View File
@@ -1,3 +1,6 @@
2.3.4:
* Fix: Compatibility with sqlite3 version >= 3.52.0 when using '-o appearance'
2.3.3: 2.3.3:
* Fix: Remove extraneous print (used for debugging) * Fix: Remove extraneous print (used for debugging)
+1 -1
View File
@@ -18,7 +18,7 @@
enginedir=/home/ian/Programs/BBlog2/src/engines enginedir=/home/ian/Programs/BBlog2/src/engines
# version # version
version=2.3.3 version=2.3.4
function print_config { function print_config {
echo "engine: $engine" echo "engine: $engine"
+1 -1
View File
@@ -110,7 +110,7 @@ function fetch_BBlog_entries_appearance {
if [ "$foundit" = 0 ]; then if [ "$foundit" = 0 ]; then
SQL="$base_SQL_noprauth WHERE citeref='$citeref'" SQL="$base_SQL_noprauth WHERE citeref='$citeref'"
sqlite3 -line "$db" "$SQL" | SQL_addquotes sqlite3 "$db" ".mode line --colsep ' = '" "$SQL" | SQL_addquotes
else else
echo "citeref=$citeref" echo "citeref=$citeref"
fi fi
+2 -2
View File
@@ -1,5 +1,5 @@
.Dd $Mdocdate: May 9 2026 $ .Dd $Mdocdate: July 28 2026 $
.Dt BBLOG 2.3.3 .Dt BBLOG 2.3.4
.Os .Os
.Sh NAME .Sh NAME
.Nm BBlog .Nm BBlog