MyBatis Dynamic SQL Release 1.3.1
jeffgbutler
released this
18 Dec 19:11
·
1218 commits
to master
since this release
This minor release includes the following enhancements:
- Add support for setting a JavaType in an
SqlColumn
. The type will be rendered properly for MyBatis - Add support for setting a table alias in a new
AliasableSqlTable
meta-model class - Add a few missing
groupBy
andorderBy
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>