Iwao AVE!

Results 377 comments of Iwao AVE!

Thank you for the report, @ooizj ! This repo is not actively maintained, unfortunately. You may have to move the `` manually after the conversion. If someone knows how to...

Hello @matndev , To investigate, we need to reproduce the problem first. Please create a demo project that reproduces the exception with minimum set of classes/tables/columns and share it on...

`DefaultSqlSessionFactory` looks OK. I'm not sure about extending `DefaultSqlSession`, though. This particular change looks harmless and may be sufficient for your needs, but it could trigger future trickier requests. If...

Thank you, @smagical . Could you create a small demo project that reproduces the original problem you are experiencing? I'm not sure how `Array.free()` is called and when it's called....

Thank you, @smagical , I understand the problem. In the `BaseJdbcLogger#setColumn()` method, it seems to be better to store processed string of each parameter in `columnValues` instead of the object...

I'm sorry about the slow response. You can ignore `getColumn()`. I'm not sure if the method used. And `java.sql.Array` is rarely used anyway.

Hello @smagical , Could you send us a pull request? Please be sure to include a test case. Thank you!

Thank you for the PR, @qingbozhang . We have just eliminated `synchronized` blocks ( #3017 ). Besides, enclosing `Runnable#run()` in `synchronized` may not achieve anything. Are you actually experiencing some...

Hello @Chishide , I'm not sure. Please create a small demo project and share it on your GitHub repository. Here are some templates and examples: https://github.com/harawata/mybatis-issues