yage-czy opened a new issue, #14949:
URL: https://github.com/apache/shardingsphere/issues/14949

   hello, my project use jpa + shardingjdbc
   when i use CrudRepository.save to save my data to database,jpa auto 
generated sql like
   `update table_a set field_a = 1 , field_ab = 2 where id = 3`
   but my sharding-key is another field "dealership_id"。So my sql execute route 
to all data node.
   I would like to ask, is there any way to deal with this situation?


-- 
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]

Reply via email to