DASSL / ClassDB

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

Fix StudentTable and StudentTableCount #183

Closed smurthys closed 6 years ago

smurthys commented 6 years ago

Commit 9765503 fixes #181 and #182

smurthys commented 6 years ago

Thanks @srrollo and @afig for the review.

Commit 7e9712a gives the count(*) column a name in view StudentTableCount.

BTW, the file in question has a few minor issues with line lengths, etc., but those things will have to wait.