291277058 commented on issue #6918: URL: https://github.com/apache/shardingsphere/issues/6918#issuecomment-677031025
I can understand,And as I explain before shardingkey should not update value(not forbiden update in the sql,just forbiden update the value of the sharding key). Value change will cause item maybe move to another table, shardingkey definitely not allow change value,but not forbiden to update. Why I want to update the field in sql and not declear it after the `where` word. In jpa api save method generate the sql, and define the sql by self sometimes is not nessary ,or not easy to go. I still insist on my point,update sql canbe special like insert,and need handle alone. ---------------------------------------------------------------- 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]
