aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorGrant Neufeld <grant@grantneufeld.ca>2011-06-18 14:38:38 -0600
committerGrant Neufeld <grant@grantneufeld.ca>2011-06-18 14:38:38 -0600
commit3cc83a8f24ba61b648a2728efc113388cf1ec243 (patch)
tree6f79c8bf91d8739b9431442cdcaeae2962c4376d /activesupport
parent2fbb7504e2c2b0a95398d1ef0c97ea4a403d831d (diff)
downloadrails-3cc83a8f24ba61b648a2728efc113388cf1ec243.tar.gz
rails-3cc83a8f24ba61b648a2728efc113388cf1ec243.tar.bz2
rails-3cc83a8f24ba61b648a2728efc113388cf1ec243.zip
Changed the default value for the options argument on ActiveRecord::ConnectionAdapters::Table#column_exists? from nil to an empty Hash {}.
That method calls through to ActiveRecord::ConnectionAdapters::SchemaStatements##column_exists? expects options to be a Hash. When options was nil, an error would occur in cases where the column did exist because the called method attempted to perform a key lookup on options.
Diffstat (limited to 'activesupport')
0 files changed, 0 insertions, 0 deletions