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

Doesn't handle + & etc. in text strings #19

Open
audiomuze opened this issue Nov 5, 2017 · 0 comments
Open

Doesn't handle + & etc. in text strings #19

audiomuze opened this issue Nov 5, 2017 · 0 comments

Comments

@audiomuze
Copy link

audiomuze commented Nov 5, 2017

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)

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

1 participant