I have tried a few simpler test cases but did not find anything that broke yet. Now if you write the statements like:
SELECT * FROM web_js_error_log
WHERE addeddatetime >= '2013-03-10 00:00:00'
AND description=”Uncaught TypeError: Property 'undefined' of object # is not a function”
LIMIT 200
;
or
SELECT * FROM web_js_error_log
WHERE addeddatetime >= '2013-03-10 00:00:00'
AND description='Uncaught TypeError: Property 'undefined' of object # is not a function'
LIMIT 200
;
.. do they still fail?