Fix tag display bug. Add symlink for guile module import functionality.

このコミットが含まれているのは:
Jay Eye 2023-09-09 00:05:16 -04:00
コミット b4f4393d92
3個のファイルの変更4行の追加2行の削除

ファイルの表示

@ -917,7 +917,8 @@ For more details, wait for this help text to be improved.
(set! row (+ 1 row))
(addstr display-win line #:y row #:x col)
(set! line ""))
(set! line (string-append/shared line " " tag-name)))
(noop))
(set! line (string-append/shared line " " tag-name))
))
tags)

ファイルの表示

@ -275,7 +275,7 @@ ORDER BY tag.name ASC")
"SELECT tag.id
FROM volume_tag JOIN tag ON volume_tag.tag_id = tag.id
WHERE volume_tag.volume_id = ?
ORDER BY tag.id ASC")
ORDER BY tag.name ASC")
(define select-volume-idols-stmt
"SELECT idol.jp_name, idol.birth_date, idol.rating
FROM volume_idol JOIN idol ON volume_idol.idol_id = idol.id

1
juniority シンボリックリンク
ファイルの表示

@ -0,0 +1 @@
.