CD2 / Cord

Original rails implementation of Cord
0 stars 0 forks source link

Fix pg rendering for overlapping associations #14

Open james-page-dev opened 6 years ago

james-page-dev commented 6 years ago

UnitsApi, requesting: [:lesson_ids, :keyword_ids, :lesson_template_ids]

Unit -> LessonTemplate -> Lesson Unit -> LessonTemplate -> Keyword Unit -> LessonTemplate

Selecting LessonTemplates.id here cubes the size of the result. While in this case, the result would be very inefficient but still correct, other situations would produce incorrect results.