File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -245,12 +245,8 @@ def batch_load_fn(self, parents): # pylint: disable=method-hidden
245
245
when callling `all()`, we skip the first `SELECT` statement
246
246
and jump right before the `selectin` loader is called.
247
247
To accomplish this, we have to construct objects that are
248
- normally built in the first part of the query and then
249
- call then invoke the `selectin` post loader.
250
-
251
- For this reason, if you're trying to understand the steps below,
252
- it's easier to start at the bottom (ie `post_load.invoke`) and
253
- go backward.
248
+ normally built in the first part of the query in order
249
+ to call directly `SelectInLoader._load_for_path`.
254
250
"""
255
251
session = Session .object_session (parents [0 ])
256
252
You can’t perform that action at this time.
0 commit comments