-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Remove music directory & metadata causes invalid SQL #10482
Comments
Commented by: uklotzde The above query is valid and executed without errors.
|
Commented by: uklotzde Tested and works without issues for SQLite 3.34.1. https://www.sqlite.org/lang_update.html#upfrom Oh, that's surprising! If you are able to rewrite and test the SQL command for an older version please share. |
Commented by: smidge I didn't realise
And:
|
Commented by: smidge This is on my list of things to do :-). Will try to get round to it in the next few days. |
Commented by: smidge I'm no longer able to replicate the bug (tried 3 different dirs) with the above PR, so LGTM. |
Issue closed with status Fix Committed. |
Reported by: smidge
Date: 2021-07-25T13:50:52Z
Status: Fix Committed
Importance: Critical
Launchpad Issue: lp1937941
Affected version(s):
Latest source build from main (commit bee21d8)
Steps to reproduce:
I have been unable to reproduce this since the initial occurrence, but these are the steps I took:
In my case, I had ~15 different music directories that I needed to remove, and removing some of them caused this bug, whereas some did not. My (uneducated) guess would be that perhaps something about the nature of the tracks in each directory may be the trigger for the bug.
Expected behaviour:
Directory is deleted without fanfare, and without assertions failing.
Actual behaviour:
A critical debug assertion is raised:
The SQL, when formatted better, looks like this:
The text was updated successfully, but these errors were encountered: