This website requires JavaScript.
Explore
Help
Sign in
peter
/
siftlode
Watch
1
Star
0
Fork
You've already forked siftlode
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
374ad4ddc4
siftlode
/
VERSION
2 lines
7 B
Text
Raw
Normal View
History
Unescape
Escape
fix(downloads): clip long titles to fit display_name (VARCHAR 255) A download whose source title exceeded 255 chars (e.g. a recipe baked into a Facebook video's title) failed with a StringDataRightTruncation: the worker auto-fills an empty display_name from the title, which overflows the 255-char column. Clip the title to 255 at every point it flows into display_name (worker completion paths + enqueue); the full title is untouched on the asset. Pre-existing latent bug, surfaced by an unusually long title. Release v0.31.1.
2026-07-07 21:40:15 +02:00
0.31.1
Reference in a new issue
Copy permalink