You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ScalikeJDBC offers a way to directly map results into a certain type by having the companion objects implement SQLSyntaxSupport[Member]. The JdbcSelectAction(Creator) should offer a way to make use of this, instead of always having List[Map[String, Any]].
There should also be a JdbcCheckBuilder added for this.
The text was updated successfully, but these errors were encountered:
ScalikeJDBC offers a way to directly map results into a certain type by having the companion objects implement
SQLSyntaxSupport[Member]
. TheJdbcSelectAction(Creator)
should offer a way to make use of this, instead of always havingList[Map[String, Any]]
.There should also be a
JdbcCheckBuilder
added for this.The text was updated successfully, but these errors were encountered: