roodkcab opened a new issue, #14144: URL: https://github.com/apache/shardingsphere/issues/14144
## Bug Report ### Which version of ShardingSphere did you use? master branch ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy? proxy ### Expected behavior update id_gen set max_id = last_insert_id(max_id + 1) where type = 1; the last_insert_id should be returned back to user ### Actual behavior can't get last_insert_id like insert statement ### Reason analyze (If you can) isReturnGeneratedKeys is only true on insert statement -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
