Open dcermak opened 1 year ago
There are 2 records on production that have longer titles than the Package.title
length validation allows...
Package.where(id: Package.limit(5).order("CHAR_LENGTH(title) desc").pluck(:id)).map { |p| p.title.length }
=> [255, 255, 249, 250, 250]
Issue Description
The package rubygem-mspec has a very long description (probably created via
osc updatepacmetafromspec
), but the package can now no longer be branched:Expected Result
How to Reproduce
osc branch devel:languages:ruby:extensions rubygem-mspec