Commit 5dc4e384 provides a workaround for the exception thrown when querying for the '<a "\b">' (being single quotes and double quotes part of the string itself), but this should be properly fixed by actually escaping such strings correctly when querying the database.
Commit 5dc4e384 provides a workaround for the exception thrown when querying for the
'<a "\b">'
(being single quotes and double quotes part of the string itself), but this should be properly fixed by actually escaping such strings correctly when querying the database.