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
Asked
Active
Viewed 746 times
1 Answers
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
-
Will the generated ids be returned in correct order according to the inserts (input)? – user3799968 Nov 20 '18 at 10:55