Skip to content

Instantly share code, notes, and snippets.

@senny
Created July 16, 2013 14:16
Show Gist options
  • Save senny/6009109 to your computer and use it in GitHub Desktop.
Save senny/6009109 to your computer and use it in GitHub Desktop.
activerecord » ARCONN=mysql2 ruby -Itest test/cases/adapters/mysql2/quoting_test.rb
Using mysql2 with Identity Map off
Run options:
# Running tests:
[1/2] ActiveRecord::ConnectionAdapters::Mysql2Adapter::QuotingTest#test_type_cast_false = 0.00 s
1) Failure:
test_type_cast_false(ActiveRecord::ConnectionAdapters::Mysql2Adapter::QuotingTest) [test/cases/adapters/mysql2/quoting_test.rb:19]:
<0> expected but was
<"f">.
[2/2] ActiveRecord::ConnectionAdapters::Mysql2Adapter::QuotingTest#test_type_cast_true = 0.00 s
2) Failure:
test_type_cast_true(ActiveRecord::ConnectionAdapters::Mysql2Adapter::QuotingTest) [test/cases/adapters/mysql2/quoting_test.rb:13]:
<1> expected but was
<"t">.
Finished tests in 0.016279s, 122.8577 tests/s, 122.8577 assertions/s.
2 tests, 2 assertions, 2 failures, 0 errors, 0 skips
ruby -v: ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-darwin12.4.0]
activerecord » git log -1 ~/Projects/rails/activerecord 2 ↵
a4b5582 (HEAD, v3.2.13) bumping to 3.2.13 [Aaron Patterson] [4 months ago]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment