Skip to content
  • Cecylia Bocovich's avatar
    Add method to close dbpool and call it · c413a8eb
    Cecylia Bocovich authored
    We were leaving connections to the database open, which causes some
    calls to hang. This adds destructors to the SQLite3 class and the
    classes that use it, and refactors some code to make one database
    connection per class object. This also makes sure that the destructors
    for objects that use databases are actually called.
    c413a8eb