Ticket #79 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

Implement "optimized" loading for Multi-table polymorphic inheritance

Reported by: ged Owned by: ged
Priority: normal Milestone: 0.7
Component: core Version:
Keywords: Cc:

Description

In fact, it's just a matter of providing the join with its on clause, see attached patch.

Attachments

optimized_multi_loading.patch (3.4 kB) - added by ged 3 years ago.

Change History

Changed 3 years ago by ged

Changed 3 years ago by ged

  • owner set to ged
  • status changed from new to accepted

Changed 3 years ago by ged

  • status changed from accepted to closed
  • resolution set to fixed

In fact, nothing is needed in 0.5, since it can be provided with a simple string argument: with_polymorphic="*". So I'll leave it as is. Added test in r433.

Note: See TracTickets for help on using tickets.