Skip to content
New issue

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

Directory held active after closing database #57

Closed
jungle-boogie opened this issue Jul 6, 2021 · 2 comments
Closed

Directory held active after closing database #57

jungle-boogie opened this issue Jul 6, 2021 · 2 comments

Comments

@jungle-boogie
Copy link

jungle-boogie commented Jul 6, 2021

Hi,

Similar issues:
#48, #37, #18

  1. Open sqlite-gui
  2. Open database
  3. Execute query
  4. Close database
  5. Delete database from directory
  6. Go up a directory to where the database was store
  7. Attempt to delete the directory
  8. Notice Windows will say the directory is in use and you cannot delete it
  9. Close sqlite-gui
  10. Attempt to delete the directory that you attempted to delete in step 8
  11. Notice you are now able to delete the directory

I would expect to be able to delete the directory my database was in, because the database has been closed and itself has been deleted.

thanks!

@little-brother
Copy link
Owner

Yes, it's a bug. A very strange bug. I need time to investigate cause.

little-brother added a commit that referenced this issue Jul 11, 2021
* Highlight all occurrences of selected word in editor
* Ctrl + Space allows to select one of column values in Data editor
* Export query result to CSV when row limit is exceeded (issue #58)
* Show a result row number in the statusbar (issue #59)
* Add vsv extension (issue #56)
* Popup menu in terminal output
* Fix minor bugs (issues #57, #61)
@little-brother
Copy link
Owner

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants