Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix thingsapi#125: Close database connection after each query
Each query creates a new DB connection. This change is to close each new connection rather than leaving them open, to allow for runs which involve large numbers of queries.
- Loading branch information