We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeb7beb commit 7b04e50Copy full SHA for 7b04e50
activerecord/lib/active_record/connection_adapters/mysql2_adapter.rb
@@ -629,7 +629,7 @@ def connect
629
end
630
631
def configure_connection
632
- @connection.query_options.merge!(:as => :array, :cast => false)
+ @connection.query_options.merge!(:as => :array)
633
634
# By default, MySQL 'where id is null' selects the last inserted id.
635
# Turn this off. http://dev.rubyonrails.org/ticket/6778
0 commit comments