corgy-w commented on issue #31012:
URL: 
https://github.com/apache/shardingsphere/issues/31012#issuecomment-2078518381

   > * I have tested SQLServe using JDBC and it supports batch processing.
   > * AS for your ORM framework,you can do a simple test.
   
   ``` sql
   UPDATE users SET
               tenant_id = ?,
               phone = ?,
               phone_cipher = ?,
               email = ?,
               email_cipher = ?,
               ssn = ?,
               ssn_cipher = ?,
               is_deleted = 'N',
               creator = 'seatunnel',
               modifier = 'seatunnel',
               gmt_created = ?,
               gmt_modified = ?
               WHERE tenant_id = ? AND id = ?; 
               UPDATE users SET
               tenant_id = ?,
               phone = ?,
               phone_cipher = ?,
               email = ?,
               email_cipher = ?,
               ssn = ?,
               ssn_cipher = ?,
               is_deleted = 'N',
               creator = 'seatunnel',
               modifier = 'seatunnel',
               gmt_created = ?,
               gmt_modified = ?
               WHERE tenant_id = ? AND id = ? 
   ```
   I have tested update batch and it not support . shariding version :5.2.1.
   Example statement above
   
   Error as follows
   
![image](https://github.com/apache/shardingsphere/assets/73771213/0ffcc74c-11ce-47cb-9f45-42307db7dfb3)
   
   


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