DASSL / ClassDB

An open-source system to let students experiment with relational data
https://dassl.github.io/ClassDB/
Other
8 stars 2 forks source link

Remove unnecessary code from isXYZ functions #209

Closed afig closed 6 years ago

afig commented 6 years ago

Simplifies code in isStudent, isInstructor, and isDBManager functions within addClassDBRolesMgmtCore.sql as pointed out in issue #208. All unit test continue to pass after this (small) change.

wildtayne commented 6 years ago

Changes look good, all tests pass. Should be good to merge