Iwao AVE!
Iwao AVE!
This PR introduces a new annotation `@StatementId` to let users assign arbitrary statement ID [1]. ```java @StatementId("selectAll") @Select("select * from users") List select(); @StatementId("selectById") User select(Integer id); ``` When the...
Hi, I am a maintainer of [MyBatis Migrations](https://github.com/mybatis/migrations) and I recently added `endorsedDir` to the plugin configuration to support a new feature. The generated launcher script works fine on my...
The attached tests show the shortcomings of legacy type handlers. These legacy type handlers seem to be useful to some users. Any objections?
An attempt at fixing #2754 Related to #206 and #575 When processing `DynamicSqlSource`, evaluate param values in scripting phase and store them in `ParameterMapping`. This does not affect `RawSqlSource`. Just...
*Description of changes:* `AmazonPayClient#generateButtonSignature()` could return incorrect signature when the payload contains non-ascii characters and the system's default encoding is not UTF-8. I encountered this issue when I set some...
mybatis/mybatis-3#2670 AFAIK, this does not affect any functionality.
mybatis/mybatis-3#2670 AFAIK, this does not affect any functionality.
This requires core 3.6.0 (see mybatis/mybatis-3#2670). Should fix #14 #15