terrymanu commented on issue #2285: Whether to support the use of select last_insert_id () to return the self-growth primary key? URL: https://github.com/apache/incubator-shardingsphere/issues/2285#issuecomment-487338275 No, we prefer use distributed sequence to instead of non-distributed sequence is sharding tables. Unfortunately, `last_insert_id` is return MySQL's non-distributed sequence which does not make sense.
---------------------------------------------------------------- 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] With regards, Apache Git Services
