Merge branch 'master' into add-assets

This commit is contained in:
Jonathan Hodgson 2020-12-29 08:02:28 +00:00
commit d3803d9d33
2 changed files with 16 additions and 7 deletions

View file

@ -74,10 +74,4 @@ listTags(){
FROM tags LEFT JOIN links ON tags.id = links.tagID
GROUP BY tags.id" |
sqlite3 --column $header "${sqliteFile}"
#echo "SELECT items.id,items.filename,items.title,items.type,
#GROUP_CONCAT(tags.name,',') tags
#FROM items LEFT JOIN links ON items.id = links.itemID
#LEFT JOIN tags ON links.tagID = tags.id
#GROUP BY items.id;" |
# sqlite3 --column --header "${sqliteFile}"
}