SeniorBoy commented on issue #2825:
URL: https://github.com/apache/shardingsphere/issues/2825#issuecomment-842030875


    private void prepare() {
           executionContext = prepareEngine.prepare(sql, getParameters());
           findGeneratedKey().ifPresent(generatedKey -> 
generatedValues.add(generatedKey.getGeneratedValues().getLast()));
       }
   
   generatedValues size() > 1
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to