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 1
1
# Change Log
2
2
3
+ This log will detail notable changes to MyBatis Dynamic SQL. Full details are available on the GitHub milestone pages.
4
+
3
5
## Release 1.1.1 (Unreleased)
4
6
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
+
5
9
### Added
6
10
7
11
- 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
8
35
36
+ - Support group by after where
9
37
10
- ## Release 1.1.0
38
+ ## Initial Release - December 17, 2017
You can’t perform that action at this time.
0 commit comments