Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
MyBatis Dynamic SQL Release 1.5.1 source code.tar.gz | 2024-04-30 | 345.2 kB | |
MyBatis Dynamic SQL Release 1.5.1 source code.zip | 2024-04-30 | 906.0 kB | |
README.md | 2024-04-30 | 808 Bytes | |
Totals: 3 Items | 1.3 MB | 0 |
This is a minor release with a few enhancements. The most important enhancement is that the library now supports CASE expressions in select statements. The rendering process was also refactored significantly. This should have no impact on most users.
Important: This is the last release that will be compatible with Java 8.
The full list of changes is available here: https://github.com/mybatis/mybatis-dynamic-sql/milestone/13?closed=1
Please find the full release notes here: https://mybatis.org/mybatis-dynamic-sql/docs/CHANGELOG.html
All artifacts are available in Maven central under these coordinates:
:::xml
<dependency>
<groupId>org.mybatis.dynamic-sql</groupId>
<artifactId>mybatis-dynamic-sql</artifactId>
<version>1.5.1</version>
</dependency>