Comment on Scala 2.11.0 Release NotesparentComments−acjohnson5512yfilm42: I think it was driven by Slick and the need to accommodate database tables with more than 22 columns−neverminder12yIndeed, because the fallback is HList and when I have tables up to 200 columns it's killing the CPU and crashing Scala IDE up to the point where you just can't work with it.
Comments
film42: I think it was driven by Slick and the need to accommodate database tables with more than 22 columns
Indeed, because the fallback is HList and when I have tables up to 200 columns it's killing the CPU and crashing Scala IDE up to the point where you just can't work with it.