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:
[email protected]
For queries about this service, please contact Infrastructure at:
[email protected]