scala-sql v2.0.7 Release Notes

Release Date: 2019-01-04 // over 5 years ago
  • V2.0.7 add a major feature: Batch API.

    ๐Ÿ‘€ see docs/batch.md


Previous changes from v2.0.2

  • ๐Ÿšš 1. remove unused 1.0 classes such as @table, @column, @id ๐Ÿ“ฆ 2. move core classes from package object into package (SQLWithArgs, JdbcValueAccessor, ResultSetMapper, JdbcValue)

    1. add new method joinRows2, joinRows3, joinRows4, joinRow2, joinRow3, joinRow4 ๐Ÿšš 4. BeanBuilder enhanced(in next version, it maybe moved out scala-sql)