AILab-FOI / akdb

An experimental relational DBMS developed by students @ Faculty of Organization and Informatics, University of Zagreb
6 stars 24 forks source link

Fixed deletion of check, unique and nnull constraint. #275

Closed bpilosta closed 3 years ago

bpilosta commented 3 years ago

Fixed deletion of constraints. Deleting a constraint will now not crash the application and it is now possible to make more than one deletion in a test run. Resolved conflict with master branch.