gsanye opened a new issue, #29595:
URL: https://github.com/apache/shardingsphere/issues/29595

   ## Question
   I'm useing sharding jdbc and mybatis in project, when a sql execute result 
not meet expections.
   limit is10,but actuality 12
   2023-12-28 09:00:55,688 DEBUG [][][][][jdbc.BaseJdbcLogger 137] ==> 
Preparing: UPDATE t_table SET a_name = NULL WHERE b_name <= ? limit ?
   2023-12-28 09:00:55,688 DEBUG [][][][][jdbc.BaseJdbcLogger 137] ==> 
Parameters: 123(String), 10(Integer)
   2023-12-28 09:00:55,716 DEBUG [][][][][jdbc.BaseJdbcLogger 137] <== Updates: 
12


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