Skip to content

MyBatis Dynamic SQL Release 1.3.1

Compare
Choose a tag to compare
@jeffgbutler jeffgbutler released this 18 Dec 19:11
· 1218 commits to master since this release

This minor release includes the following enhancements:

  1. Add support for setting a JavaType in an SqlColumn. The type will be rendered properly for MyBatis
  2. Add support for setting a table alias in a new AliasableSqlTable meta-model class
  3. Add a few missing groupBy and orderBy methods on the SELECT statement

The full list of changes is available here: https://github.com/mybatis/mybatis-dynamic-sql/issues?q=milestone%3A1.3.1+

All artifacts are available in Maven central under these coordinates:

<dependency>
  <groupId>org.mybatis.dynamic-sql</groupId>
  <artifactId>mybatis-dynamic-sql</artifactId>
  <version>1.3.1</version>
</dependency>