gatling-jdbc icon indicating copy to clipboard operation
gatling-jdbc copied to clipboard

Add possibility to type result of select

Open rbraeunlich opened this issue 7 years ago • 0 comments

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.

rbraeunlich avatar Nov 09 '18 11:11 rbraeunlich