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 2022/10/10 06:32:42 UTC

[GitHub] [shardingsphere] pengfeis opened a new issue, #20499: how to execute raw mybatis xml sql statement without sharding rout

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

   I faced an tricky error  "java.sql.SQLException: Statement parameter 1 not set " when execute an mapper sql statement like
   ```
   -- table A, B only single table, no sharding rules
   insert into A (x, y,z) select b1, b2, b3 from B where b1=#{b1} and b2 = #{b2}
   ```
   After some debug and research I found the paramters missing after sharding.
   My question is how execute raw mybatis xml sql statement without sharding rout, Any idea for shardig jdbc config ban the sharding route?


-- 
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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] strongduanmu commented on issue #20499: how to execute raw mybatis xml sql statement without sharding rout

Posted by GitBox <gi...@apache.org>.
strongduanmu commented on issue #20499:
URL: https://github.com/apache/shardingsphere/issues/20499#issuecomment-1226627658

   @pengfeis Please modify this issue according to bug template.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] github-actions[bot] closed issue #20499: how to execute raw mybatis xml sql statement without sharding rout

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed issue #20499: how to execute raw mybatis xml sql statement without sharding rout
URL: https://github.com/apache/shardingsphere/issues/20499


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] TeslaCN commented on issue #20499: how to execute raw mybatis xml sql statement without sharding rout

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #20499:
URL: https://github.com/apache/shardingsphere/issues/20499#issuecomment-1365588276

   Close due to no response.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] github-actions[bot] commented on issue #20499: how to execute raw mybatis xml sql statement without sharding rout

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #20499:
URL: https://github.com/apache/shardingsphere/issues/20499#issuecomment-1272348717

   Hello , this issue has not received a reply for several days.
   This issue is supposed to be closed.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] TeslaCN closed issue #20499: how to execute raw mybatis xml sql statement without sharding rout

Posted by GitBox <gi...@apache.org>.
TeslaCN closed issue #20499: how to execute raw mybatis xml sql statement without sharding rout
URL: https://github.com/apache/shardingsphere/issues/20499


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org