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

   ### Which version of ShardingSphere did you use?
   5.3.1
   
   ### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
   ShardingSphere-JDBC
   
   ### Expected behavior
   "select ar.content -> '$.hi' "hi" from activity_record ar where 
json_contains(ar.content, ?, '$.hi') limit ?, ?"
   There should be three parameters, but the parameters in the function are not 
recognized
   <img width="542" alt="image" 
src="https://user-images.githubusercontent.com/9609623/215735751-7b662828-0ba5-416d-8ab3-83acff1f3f62.png";>
   
   ### Actual behavior
   The limitSegment gets the wrong parameter because of wrong index.
   <img width="676" alt="image" 
src="https://user-images.githubusercontent.com/9609623/215736018-3cfd1d48-1347-4d48-a3af-07f050834864.png";>
   
   
   
   ### Reason analyze (If you can)
   
   ### Steps to reproduce the behavior, such as: SQL to execute, sharding rule 
configuration, when exception occur etc.
   
   ### Example codes for reproduce this issue (such as a github link).
   


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