changeset 956:b8ce08814228 draft

Keep all records
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 25 Nov 2021 11:18:25 +0900
parents 946f2db59413
children 4961963431f9
files s4-blog.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-blog.sh	Wed Nov 10 20:52:04 2021 +0900
+++ b/s4-blog.sh	Thu Nov 25 11:18:25 2021 +0900
@@ -778,7 +778,7 @@
       else
 	lshandoutsub "$owner" $brid "$tt" >/dev/null # Only create temp.table
       fi
-      tbls="$tbls${tbls:+ NATURAL JOIN }$tt"
+      tbls="$tbls${tbls:+ LEFT NATURAL JOIN }$tt"
     done
   fi
   sql=${SQL:-"SELECT * FROM $tbls;"}

yatex.org