Skip to content

Close properly Sqlite connections #6798

@francescoinfante

Description

@francescoinfante

What you are doing?

Using Sequelize with Sqlite.

What do you expect to happen?

I want the connection with Sqlite to be closed properly and the file *shm and *wal deleted.

What is actually happening?

*shm and *wal files persist after termination of the process.

__Dialect: sqlite
__Database version: 3.1.6
__Sequelize version: 3.24

A PR would be accepted? I would implement disconnect() in the sqlite connection manager. disconnect() would call close() on all this.connections

Metadata

Metadata

Assignees

No one assigned

    Labels

    dialect: sqliteFor issues and PRs. Things that involve SQLite (and do not involve all dialects).good first issueFor issues. An issue that is a good choice for first-time contributors.type: bugDEPRECATED: replace with the "bug" issue type

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions