Results 1 issues of Shogo Ohta

By the changes at https://github.com/rails/rails/pull/44576 , [translate_exception_class](https://github.com/rails/rails/pull/44576/files#diff-460f4e7973c5dd945c51d24df5b0173961190d3645f4e2585fd3003fa1fc0ff7R578)'s `sql` argument is blank so StatementInvalid class don't have `sql` too. But StatementInvalid class will call `set_query(sql, binds)` when the exception occurred. So...