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 privilege tests: Use ir flag and set on_error_stop to off in runAllPrivilegeTests.psql #190

Closed afig closed 6 years ago

afig commented 6 years ago

The \i flag has been replaced with \ir and a psql command has been added that sets ON_ERROR_STOP to off before running the script.

For more information, see issue #187