File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 22
33This log will detail notable changes to MyBatis Dynamic SQL. Full details are available on the GitHub milestone pages.
44
5+ ## Release 1.4.0 - Unreleased
6+
7+ GitHub milestone: [ https://github.com/mybatis/mybatis-dynamic-sql/issues?q=milestone%3A1.4.0+ ] ( https://github.com/mybatis/mybatis-dynamic-sql/issues?q=milestone%3A1.4.0+ )
8+
9+ 1 . Added support for arbitrary placement of nested criteria. For example, it is now
10+ possible to write a where clause like this: ` where (a < 5 and B = 3) and ((C = 4 or D = 5) and E = 6) ` . Previously
11+ we did not support the grouping of criteria at the beginning of a where clause or the beginning of an and/or
12+ condition. Adding this support required significant refactoring, but that should be transparent to most users.
13+
14+
515## Release 1.3.1 - December 18, 2021
616
717This is a minor release with a few small enhancements. Most deprecated methods will be removed in the next release.
You can’t perform that action at this time.
0 commit comments