fspc / Yellow-Bike-Database

Yellow Bike Project Hours and Transaction Database for Community Bike Shops
GNU General Public License v3.0
7 stars 1 forks source link

#46 performance update introduced a new bug where volunteer hours === everyone #51

Closed fspc closed 6 years ago

fspc commented 6 years ago

Easy to fix because volunteer / membership information is now an object of objects, rather than just an object; this is working properly in transactions.

fspc commented 6 years ago

Corrected the sql, it is an LEFT JOIN, not an INNER JOIN.