Skip to content

Commit f5a5318

Browse files
committed
Documentation
1 parent 7b49475 commit f5a5318

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

CHANGELOG.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ This is a small maintenance release with the following changes:
1212
"isNotInCaseInsensitive") will now render if the input list of values is empty. This will lead
1313
to a runtime exception. This change was made out of an abundance of caution and is the safest choice.
1414
If you wish to allow "in" conditions to be removed from where clauses when the list is empty,
15-
then use the "when present" versions of those conditions. Please see the discussion here for details
16-
https://github.com/mybatis/mybatis-dynamic-sql/issues/788
15+
then use the "when present" versions of those conditions. If you are unsure how this works, please
16+
read the documentation here: https://mybatis.org/mybatis-dynamic-sql/docs/conditions.html#optionality-with-the-%E2%80%9Cin%E2%80%9D-conditions
17+
For background on the reason for the change, see the discussion here: https://github.com/mybatis/mybatis-dynamic-sql/issues/788
1718

1819
GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/milestone/14?closed=1](https://github.com/mybatis/mybatis-dynamic-sql/milestone/14?closed=1)
1920

@@ -41,8 +42,8 @@ We've tested this extensively and the code is, of course, 100% covered by test c
4142
covered every scenario. Please let us know if you find issues.
4243

4344
Full documentation is available here:
44-
- [Java Case Expression DSL Documentation](caseExpressions.md)
45-
- [Kotlin Case Expression DSL Documentation](kotlinCaseExpressions.md)
45+
- [Java Case Expression DSL Documentation](https://mybatis.org/mybatis-dynamic-sql/docs/caseExpressions.html)
46+
- [Kotlin Case Expression DSL Documentation](https://mybatis.org/mybatis-dynamic-sql/docs/kotlinCaseExpressions.html)
4647

4748
The pull request for this change is ([#761](https://github.com/mybatis/mybatis-dynamic-sql/pull/761))
4849

0 commit comments

Comments
 (0)