-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Labels
dialect: sqliteFor issues and PRs. Things that involve SQLite (and do not involve all dialects).For 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.For issues. An issue that is a good choice for first-time contributors.type: bugDEPRECATED: replace with the "bug" issue typeDEPRECATED: replace with the "bug" issue type
Description
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
Deilan
Metadata
Metadata
Assignees
Labels
dialect: sqliteFor issues and PRs. Things that involve SQLite (and do not involve all dialects).For 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.For issues. An issue that is a good choice for first-time contributors.type: bugDEPRECATED: replace with the "bug" issue typeDEPRECATED: replace with the "bug" issue type