Skip to content

Commit

Permalink
Update contains.md
Browse files Browse the repository at this point in the history
  • Loading branch information
babyfish-ct authored Feb 18, 2022
1 parent 21b3781 commit 65ad65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/kimmer-sql/contains.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public val Table<Book, UUID>.`authors?`: Table<Author, UUID> // δ
1. *α* and *β*, the collection join *Book::authors* is allowed to be used by subqueries.
2. *γ* and *δ*, the collection join *Book::authors* is allowed to be used by top level queries.

When *kimmer.table.collection-join-only-for-sub-query* is false, the source code generated by kimmer-ksp is
When *kimmer.table.collection-join-only-for-sub-query* is true, the source code generated by kimmer-ksp is
```kt
public val SubQueryTable<Book, UUID>.authors: NonNullSubQueryTable<Author, UUID>
get() = joinList(Book::authors)
Expand Down

0 comments on commit 65ad65d

Please sign in to comment.