0

I want to get all generated ids when batch insert gets executed. I use scalikejdbc 2.3.5. Is that possible at all? Couldn't find anything in docs

Alexander Kondaurov
  • 3,677
  • 5
  • 42
  • 64

1 Answers1

1

The operation is not supported yet in 2.3.x series. Since 2.4.0, it will be possible. 2.4.0 will be out this month. https://github.com/scalikejdbc/scalikejdbc/pull/492

Kazuhiro Sera
  • 1,822
  • 12
  • 15