scalikejdbc you may mistake u.id for u.resultName.id.

エラーがでた

[code lang=text] [error] (run-main-0) scalikejdbc.ResultSetExtractorException: Failed to retrieve value because For input string: "false". If you're using SQLInterpolation, you may mistake u.id for u.resultName.id. scalikejdbc.ResultSetExtractorException: Failed to retrieve value because For input string: "false". If you're using SQLInterpolation, you may mistake u.id for u.resultName.id. at scalikejdbc.WrappedResultSet.wrapIfError(WrappedResultSet.scala:28) at scalikejdbc.WrappedResultSet.get(WrappedResultSet.scala:469) [/code]

エラー文言はyou may mistake u.id for u.resultName.id. だったが別にsqlは問題ない感じだった

今回はDBのTypeをtinyint(1)としていてこれはBooleanとして扱うらしい それを知らずintで渡そうとしてエラーになっていた