We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sqlite file cannot be closed
sqlDB, _ = db.DB() fmt.Println(sqlDB.Ping()) fmt.Println(sqlDB.Close()) fmt.Println(sqlDB.Ping())
output:
<nil> <nil> sql: database is closed
but when I use the lsof -p command, I can still see that many database files are opened
lsof -p
The text was updated successfully, but these errors were encountered:
doesn't seems like a GORM issue.
Sorry, something went wrong.
Merge pull request go-gorm#6 from glebarez/dependabot/go_modules/gith…
42842ca
…ub.com/glebarez/go-sqlite-1.14.6 Bump github.com/glebarez/go-sqlite from 1.14.5 to 1.14.6
jinzhu
No branches or pull requests
sqlite file cannot be closed
output:
but when I use the
lsof -p
command, I can still see that many database files are openedThe text was updated successfully, but these errors were encountered: