We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b424e40 commit 02d47d0Copy full SHA for 02d47d0
src/main/resources/db_changelog/db.changelog-0.3.1.xml
@@ -278,7 +278,7 @@
278
AND (request_test_resolution_id = '' OR test_resolution_id=request_test_resolution_id)
279
AND (request_debug = '' OR debug=request_debug)
280
AND (request_fail_reason = '' OR INSTR(fail_reason, request_fail_reason) > 0)
281
- AND fail_reason REGEXP request_fail_reason_regex
+ AND IFNULL(fail_reason, '') REGEXP request_fail_reason_regex
282
ORDER BY start_date DESC
283
LIMIT request_limit
284
;
0 commit comments