ITADN

fix: time_span_tags wrong case on edit tag

#212Pull Requestzumoshi 创建于 2025-06-02已合并
Z
zumoshicommented
I managed to reproduce the bug in #131. On editing a tag to have uppercase letters, the actual tag saved in `tag_definitions` will be lower case but the update query for `time_span_tags` uses the value as is without lower-casing it. The fix should prevent that. not sure if/where I should add test cases for it.
合并状态:已合并 合并于 2025-06-03 关闭于 2025-06-03 0 条评论