We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc5166 commit 9fda0e4Copy full SHA for 9fda0e4
CHANGELOG.md
@@ -10,7 +10,7 @@ GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=miles
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
-
+ ([#434](https://github.com/mybatis/mybatis-dynamic-sql/pull/434))
14
15
## Release 1.3.1 - December 18, 2021
16
0 commit comments