File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
activerecord/lib/active_record/connection_adapters Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ platforms :ruby do
55
55
group :db do
56
56
gem "pg" , ">= 0.11.0"
57
57
gem "mysql" , ">= 2.8.1"
58
- gem "mysql2" , ">= 0.3.3 "
58
+ gem "mysql2" , ">= 0.3.4 "
59
59
end
60
60
end
61
61
Original file line number Diff line number Diff line change 1
1
# encoding: utf-8
2
2
3
- gem 'mysql2' , '~> 0.3.3 '
3
+ gem 'mysql2' , '~> 0.3.4 '
4
4
require 'mysql2'
5
5
6
6
module ActiveRecord
@@ -629,7 +629,7 @@ def connect
629
629
end
630
630
631
631
def configure_connection
632
- @connection . query_options . merge! ( :as => :array , :cast => false )
632
+ @connection . query_options . merge! ( :as => :array )
633
633
634
634
# By default, MySQL 'where id is null' selects the last inserted id.
635
635
# Turn this off. http://dev.rubyonrails.org/ticket/6778
You can’t perform that action at this time.
0 commit comments