ywendy commented on issue #5850:
URL: https://github.com/apache/shardingsphere/issues/5850#issuecomment-739961389


   I have the same problem for date_format on version 4.1.1 , when I use 
sharding-jdbc , debug I found in   EncryptStatement class ,the limit Index get 
error,eg: I have 5 paremeter, the last paremeter is limit value, but the code 
get Index 2 for limit so throw error!
   occur on :
    actualRowCount = null == rowCountSegment ? null : getValue(rowCountSegment, 
parameters); 
   rowCountSegment.getParameterIndex() ==2 but actual parameters is : 
23356,1,'2020-12-07','2020-12-07',10
   actual : index should be 4 
   
   occur on class : PaginationContext    51 row
   now I can use 4.0.1 ,but 4.0.1 -> 4.1.1  are there any more bug? how to 
solution it!   @strongduanmu 
   
   
   
   


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


Reply via email to