提交 5548e47a 编写于 作者: A Aaron Patterson

rawr, mysql, mysql2, why do you hate me. :'(

上级 056be152
......@@ -95,8 +95,10 @@ def test_limit_should_sanitize_sql_injection_for_limit_with_comas
end
end
def test_limit_should_allow_sql_literal
assert_equal 1, Topic.limit(Arel.sql('(2 - 1)')).all.length
unless current_adapter?(:MysqlAdapter) || current_adapter?(:Mysql2Adapter)
def test_limit_should_allow_sql_literal
assert_equal 1, Topic.limit(Arel.sql('2-1')).all.length
end
end
def test_select_symbol
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册