SE310-Team1 / ShoppIt

ShoppIt is an application to help users create and save their own shopping lists. This application is being created by Team Healthazardly. The project is associated with the University of Auckland SOFTENG 310 course.
MIT License
3 stars 13 forks source link

Properly opened and closed managers (Closes issue #99) #107

Closed mmcc944 closed 2 years ago

mmcc944 commented 2 years ago

Closes #99 Managers are opened and then closed within the finally statement. A close function was added to the database manager to implement this.