File tree Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ This log will detail notable changes to MyBatis Dynamic SQL. Full details are available on the GitHub milestone pages.
4+
35## Release 1.1.1 (Unreleased)
46
7+ GitHub milestone: [ https://github.com/mybatis/mybatis-dynamic-sql/issues?q=milestone%3A1.1.1+ ] ( https://github.com/mybatis/mybatis-dynamic-sql/issues?q=milestone%3A1.1.1+ )
8+
59### Added
610
711- Limit and offset support in the select statement
12+ - Utilities for Spring Batch
13+ - All conditions now support conditional rendering with lambdas
14+ - Select * support
15+ - Union all support
16+
17+ ### Bugs Fixed
18+
19+ - Fixed self joins
20+
21+
22+ ## Release 1.1.0 - April 24, 2018
23+
24+ GitHub milestone: [ https://github.com/mybatis/mybatis-dynamic-sql/issues?q=milestone%3A1.1.0+ ] ( https://github.com/mybatis/mybatis-dynamic-sql/issues?q=milestone%3A1.1.0+ )
25+
26+ ### Added
27+
28+ - Support for optional conditions
29+ - Support for column comparison conditions
30+ - Support for sub-queries in the update statement
31+ - Support for expressions and constants in the select statement
32+ - Support for function in the update statement
33+
34+ ### Bugs Fixed
835
36+ - Support group by after where
937
10- ## Release 1.1.0
38+ ## Initial Release - December 17, 2017
You can’t perform that action at this time.
0 commit comments