MyBatis dynamic SQL Version 1.1.4
jeffgbutler
released this
23 Nov 21:08
·
1929 commits
to master
since this release
This release has two enhancements:
- Add support for sharing where clauses between count, delete, select, and update statements
- Improve the Kotlin DSL - removed some extension methods which caused ambiguities and added custom builders
Also fixed one bug:
- Fixed bug where uses of limit/offset/fetch first in sub queries would cause a parameter name collision
Detail about these changes can be viewed here:
https://github.com/mybatis/mybatis-dynamic-sql/issues?q=is%3Aclosed+milestone%3A1.1.4
All artifacts are available in Maven central under these coordinates:
<dependency>
<groupId>org.mybatis.dynamic-sql</groupId>
<artifactId>mybatis-dynamic-sql</artifactId>
<version>1.1.4</version>
</dependency>