Details
-
Bug
-
Status: Closed (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.5.0
-
None
-
MySQL5.6
MyBatis 3.4.6
Java8
Description
Hi.
There are side effects of fixing CONJ-706.
Multi insert now returns only one generated key.
For example, in MyBatis, the generated key can be mapped to the object at insertion.
Due to this change, generated keys are not mapped when inserting multiple rows.
Thank you.