The old regexp failed to prefix cols in such a query: > .... AND artist_key||album_key||title_key LIKE ?) We fix this by including the pipe character and matching words (instead of non-spaces)
The old regexp failed to prefix cols in such a query: > .... AND artist_key||album_key||title_key LIKE ?) We fix this by including the pipe character and matching words (instead of non-spaces)