Data truncation: Data too long for column '_url' at row 1
Apparently, there is a length limit on
URL
type, which is currently hit by a github URL in reposearch -> not able to index it.ERROR JDBCExceptionReporter:234 - Data truncation: Data too long for column '_url' at row 1
entity Entry { name :: String content :: Text url :: URL ... }
Not sure how many chars are currently allowed, but we should increase this.
Submitted by Elmer van Chastelet on 10 July 2013 at 14:15
Log in to post comments