Compilation Error with Slick for table > 22 columns (using HLists)
问题 I've created a custom generator to map my database into my app and I'm having an issue. I've customized it to generate the auto increment columns as optional, so I've made this: val codegen = new scala.slick.model.codegen.SourceCodeGenerator(model) { override def Table = new Table(_){ override def autoIncLastAsOption = true } } For the tables that has more than 22 columns, it uses HList implementation and not the Scala Tuple. It is generating this: implicit def GetResultVoicemailRow(implicit