You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update audio set ztagschanged = 1, composer = replace( composer, "+ the Mechanics", "Mike + the Mechanics") where albumartist = "Mike + the Mechanics" AND composer NOT LIKE "%Mike + the Mechanics%";
update audio set ztagschanged = 1, composer = replace( composer, "+ the Machine", "Florence + the Machine") where albumartist = "Florence + the Machine" AND composer NOT LIKE "%Florence + the Machine%";
update audio set ztagschanged = 1, composer = replace( composer, "+ David", "David + David") where albumartist = "David + David" AND composer NOT LIKE "%David + David%"; update audio set ztagschanged = 1, composer = replace( composer, "& Wine", "Calexico\\Iron & Wine") where albumartist = "Calexico\\Iron & Wine" AND composer NOT LIKE "%Calexico\\Iron & Wine%";
update audio set ztagschanged = 1, composer = replace( composer, "& Wine", "Iron & Wine") where albumartist = "Iron & Wine" AND composer NOT LIKE "%Iron & Wine%";
All of these fail translation:
update audio set ztagschanged = 1, composer = replace( composer, "+ the Mechanics", "Mike + the Mechanics") where albumartist = "Mike + the Mechanics" AND composer NOT LIKE "%Mike + the Mechanics%";
update audio set ztagschanged = 1, composer = replace( composer, "+ the Machine", "Florence + the Machine") where albumartist = "Florence + the Machine" AND composer NOT LIKE "%Florence + the Machine%";
update audio set ztagschanged = 1, composer = replace( composer, "+ David", "David + David") where albumartist = "David + David" AND composer NOT LIKE "%David + David%";
update audio set ztagschanged = 1, composer = replace( composer, "& Wine", "Calexico\\Iron & Wine") where albumartist = "Calexico\\Iron & Wine" AND composer NOT LIKE "%Calexico\\Iron & Wine%";
update audio set ztagschanged = 1, composer = replace( composer, "& Wine", "Iron & Wine") where albumartist = "Iron & Wine" AND composer NOT LIKE "%Iron & Wine%";
fsqlf: utils/stack/stack.c:42: stack_peek: Assertion `stk->length > 0 && stk->length < (100)' failed.
, composer=replace ( composer,"0 )Aborted (core dumped)
The text was updated successfully, but these errors were encountered: