Skip to content
  • Hugo Beauzée-Luyssen's avatar
    sqlite: Connection: Fix potentially dangling connection · e8b4ea5c
    Hugo Beauzée-Luyssen authored
    If the main connection (ie. the medialibrary instance) were to be
    closed, but a thread had acquired a connection at some point, the
    connection wouldn't have been closed until the thread exited
    
    This was preventing the database to be flushed between each tests on
    windows
    e8b4ea5c