Skip to content

MyBatis dynamic SQL Version 1.1.4

Compare
Choose a tag to compare
@jeffgbutler jeffgbutler released this 23 Nov 21:08
· 1929 commits to master since this release

This release has two enhancements:

  1. Add support for sharing where clauses between count, delete, select, and update statements
  2. Improve the Kotlin DSL - removed some extension methods which caused ambiguities and added custom builders

Also fixed one bug:

  1. 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>