凡ミス(よくこれで 1 回め通ったな……)

このコミットが含まれているのは:
2024-10-10 02:46:13 +09:00
コミット 033652e1b7
+1 -1
ファイルの表示
@@ -663,7 +663,7 @@ class VideoTagDao:
untagged_at = %%s untagged_at = %%s
WHERE WHERE
video_id = %%s video_id = %%s
AND tag_ids IN (%s)""" % ', '.join (['%s'] * len (tag_ids)), (now, video_id, *tag_ids))) AND tag_id IN (%s)""" % ', '.join (['%s'] * len (tag_ids)), (now, video_id, *tag_ids)))
def _create_dto_from_row ( def _create_dto_from_row (
self, self,