File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/test/resources/examples/kotlin/mybatis3/joins Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -44,8 +44,9 @@ GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=miles
44
44
insertBatch, and insertMultiple, the "into" function is moved inside the completer lambda. The old methods are now
45
45
deprecated and will be removed in version 1.5.0 of the library. This also allowed us to make some insert DSL
46
46
methods into infix functions. ([ #452 ] ( https://github.com/mybatis/mybatis-dynamic-sql/pull/452 ) )
47
- 8 . Updated the "exists" support to expose table aliases specified in the outer query to the query in the exists
48
- clause. This makes it easier to use exists without having to re-specify the aliases for columns from the outer query.
47
+ 8 . Updated the where clause to expose table aliases specified in an outer query to sub queries in the where clause
48
+ (either an "exists" clause, or a sub query to column comparison condition) This makes it easier to use these types
49
+ of sub queries without having to re-specify the aliases for columns from the outer query.
49
50
([ #437 ] ( https://github.com/mybatis/mybatis-dynamic-sql/issues/437 ) )
50
51
51
52
## Release 1.3.1 - December 18, 2021
Original file line number Diff line number Diff line change 1
1
--
2
- -- Copyright 2016-2019 the original author or authors.
2
+ -- Copyright 2016-2022 the original author or authors.
3
3
--
4
4
-- Licensed under the Apache License, Version 2.0 (the "License");
5
5
-- you may not use this file except in compliance with the License.
You can’t perform that action at this time.
0 commit comments