We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8a427 commit 8bd6545Copy full SHA for 8bd6545
GRDB/QueryInterface/SQLGeneration/SQLQueryGenerator.swift
@@ -500,8 +500,13 @@ private struct SQLQualifiedRelation {
500
// Filters and order are handled in a subquery (see target below).
501
// We only keep children that need to be exposed in the outer
502
// query (those with a non-empty selection).
503
+ #warning("TODO outerRelation 1")
504
// TODO: we may have a problem if we remove children used for
505
// ordering or filtering with aliases.
506
+ #warning("TODO outerRelation 2")
507
+ // TODO: keep children that have children with selection
508
+ #warning("TODO target")
509
+ // TODO: in the target remove to-many children
510
let outerRelation = child.relation
511
.with(\.firstOnly, false)
512
.unfiltered()
0 commit comments