提交 e8417de1 编写于 作者: M Matthew Draper 提交者: GitHub

Merge pull request #28531 from yahonda/suppress_pg_warning

Suppress `WARNING:  nonstandard use of \\ in a string literal` warning
......@@ -89,6 +89,7 @@ def test_via_to_sql_with_complicating_connection
Thread.new do
other_conn = ActiveRecord::Base.connection
other_conn.execute("SET standard_conforming_strings = off")
other_conn.execute("SET escape_string_warning = off")
end.join
test_via_to_sql
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册