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

Fix removeAllFromDB.sql #274

Closed KevinKelly25 closed 6 years ago

KevinKelly25 commented 6 years ago

Added a drop function to removeAllFromDB.sql which incorporates a drop for ClassDB.killConnection(INTEGER) which was previously breaking the script.

Fixes #225

KevinKelly25 commented 6 years ago

Thank you for pointing that out @smurthys . I changed it to better fit the nomenclature.

KevinKelly25 commented 6 years ago

Thank you for reviews