MentorsWithoutBorders / mwb-connect-backend

Apache License 2.0
3 stars 3 forks source link

Replacing SELECT * with specific column names. #10

Closed abhieshekumar closed 1 year ago

abhieshekumar commented 3 years ago

There are several instances where SELECT * has been used. It will be better if these generic statements are replaced by a more concrete form of the query.

abhieshekumar commented 3 years ago

11