[290] in Project_DB
bug fixed: memberless teams now show up in main listing, searches
daemon@ATHENA.MIT.EDU (Bruce R. Lewis)
Mon Feb 2 15:16:56 1998
Date: Mon, 2 Feb 1998 15:16:36 -0500
From: "Bruce R. Lewis" <brlewis@MIT.EDU>
To: project-db@MIT.EDU, dbaron@MIT.EDU
A bug in the new interface to the project-db hid projects that had no
members. This is now fixed.
The problem was the join of the project data and team membership tables.
I had to add the outer join operator (+) to make all projects show up.
It is still advisable for each project to list at least one team leader.