提交 40be2eac 编写于 作者: A Aaron Patterson

drop the dual encodings table

上级 f5a635e4
......@@ -189,7 +189,7 @@ def test_quote_binary_column_escapes_it
DualEncoding.connection.execute(<<-eosql)
CREATE TABLE IF NOT EXISTS dual_encodings (
id integer PRIMARY KEY AUTOINCREMENT,
name string,
name varchar(255),
data binary
)
eosql
......@@ -198,7 +198,7 @@ def test_quote_binary_column_escapes_it
binary.save!
assert_equal str, binary.data
ensure
#DualEncoding.connection.execute('DROP TABLE IF EXISTS dual_encodings')
DualEncoding.connection.execute('DROP TABLE IF EXISTS dual_encodings')
end
def test_type_cast_should_not_mutate_encoding
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册