未验证 提交 ecebb39f 编写于 作者: R Rafael França 提交者: GitHub

Merge pull request #31160 from yahonda/ignored_column_case_insensitive

Allow test_ignored_columns_not_included_in_SELECT column names case insensitive
......@@ -1489,7 +1489,7 @@ def test_default_values_are_deeply_dupped
end
test "ignored columns not included in SELECT" do
query = Developer.all.to_sql
query = Developer.all.to_sql.downcase
# ignored column
refute query.include?("first_name")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册