Closed khatchad closed 3 years ago
There are some bug fixes that appear as categorizations for that bug fix but have a foreign key of null. An example is:
https://fathomless-inlet-57767.herokuapp.com/ponder/bug_fixes/3/
Here, the first two categorizations are related to bug fix with ID 3 but the last one is NULL.
The query should be SELECT * FROM categorizations where bug_fix_id = 3
SELECT * FROM categorizations where bug_fix_id = 3
There are some bug fixes that appear as categorizations for that bug fix but have a foreign key of null. An example is:
https://fathomless-inlet-57767.herokuapp.com/ponder/bug_fixes/3/
Here, the first two categorizations are related to bug fix with ID 3 but the last one is NULL.