【发布时间】:2021-08-28 07:17:15
【问题描述】:
我调出了scalikejdbc版本,出现如下错误:
[错误] 隐式 ParameterBinderFactory[org.joda.time.LocalDateTime] 缺少参数类型 org.joda.time.LocalDateTime。 [错误] 您需要为类型定义 ParameterBinderFactory 或使用 AsIsParameterBinder。
def toUpdaters: Seq[(SQLSyntax, ParameterBinder)] = {
val ses = SeasonProjection.column
Seq(
start.map(ses.start -> _) //<- here
我该如何解决这个问题?
我没有找到任何例子
【问题讨论】: