This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gemfile.lock |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See associated gist for simple definitions of Project, User, Task, Answer models | |
referenced herein. | |
Summary: | |
I believe the logic about how JOINs are constructed needs to fundamentally | |
change. In order to create the correct JOIN SQL, the logic needs to be | |
aware of and account for how an individual query param's "links" are related | |
to each other *only*, instead of how they the query param's themselves | |
relate to each other (which is how I intepret how it works now). |