You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/02/25 10:06:15 UTC

[GitHub] [incubator-shardingsphere] techzhou commented on issue #4371: Sharding-JDBC SQL shard loss parameter

techzhou commented on issue #4371: Sharding-JDBC SQL shard loss parameter
URL: https://github.com/apache/incubator-shardingsphere/issues/4371#issuecomment-590786433
 
 
   I use mybatis as ORM,when I execute INSERT/UPDATE SQL, it report no parameters.
   it only happen in version > 4.0.0-RC1
   I tried debug it, then I found 
   in 
   https://github.com/apache/incubator-shardingsphere/blob/f81f4f03b1dd4b426adf1f29ffe93f9540ce6fc9/sharding-jdbc/sharding-jdbc-core/src/main/java/org/apache/shardingsphere/shardingjdbc/jdbc/core/statement/ShardingPreparedStatement.java#L174-L184
   
   when shard finisned, this. sqlRouteResult dosent contains any parameter
   after 4.0.0-RC1, some breaking change?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services