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
Commit 5dc4e38 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.
The text was updated successfully, but these errors were encountered:
Commit 5dc4e38 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.The text was updated successfully, but these errors were encountered: