Skip to content

Commit cbd494e

Browse files
committed
Documentation
1 parent c73fb0d commit cbd494e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GRDB/QueryInterface/SQLGeneration/SQLQueryGenerator.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ private struct SQLQualifiedJoin: Refinable {
619619
case .oneOptional:
620620
self = .leftJoin
621621
case .allPrefetched, .allNotPrefetched:
622-
// This relation child is not fetched with an SQL join.
622+
// Eager loading of to-many associations is not implemented with joins
623623
return nil
624624
}
625625
}

0 commit comments

Comments
 (0)