Skip to content

Commit db4ccea

Browse files
committed
Documentation
1 parent 17a17ec commit db4ccea

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=miles
4444
insertBatch, and insertMultiple, the "into" function is moved inside the completer lambda. The old methods are now
4545
deprecated and will be removed in version 1.5.0 of the library. This also allowed us to make some insert DSL
4646
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.
4950
([#437](https://github.com/mybatis/mybatis-dynamic-sql/issues/437))
5051

5152
## Release 1.3.1 - December 18, 2021

src/test/resources/examples/kotlin/mybatis3/joins/CreateJoinDB.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
-- Copyright 2016-2019 the original author or authors.
2+
-- Copyright 2016-2022 the original author or authors.
33
--
44
-- Licensed under the Apache License, Version 2.0 (the "License");
55
-- you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy