Open
Description
When I delete data with alter table user delete where reg_time = #{regTime}, mybatis returns -1 instead of 1, and if multiple data is deleted, it also returns -1
This issue appears in 0.8.0 and 0.8.1 versions, and if you fall back to 0.7.2, it will return correctly
I've added examples, using springboot, mybatis, testcontainers...