MicahWW / Money-Tracking-Functions

The backend to a service to help track how one's money is being spent
0 stars 0 forks source link

Dispose of SQL connections #3

Closed MicahWW closed 3 months ago

MicahWW commented 4 months ago

Most functions are not properly disposing/closing MySQL connections, they should close by utilizing the using statement.

MicahWW commented 4 months ago

This has been fixed in 920580a but I am keeping this open for a little longer to remember to keep doing this.

MicahWW commented 3 months ago

This has been left open long enough and been handled everywhere.