aboutsummaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-01-24 19:02:44 +0900
committerRyuta Kamizono <kamipo@gmail.com>2019-01-24 19:02:44 +0900
commit1fecebae31029cf2287f2bae88e8730f00569778 (patch)
treebb0e4e76c09dc08c8726ba0b5b2d1e969e6b2e6e /tasks
parent4a40128a3fdc66e9ae1af1b2869d936242f608a8 (diff)
downloadrails-1fecebae31029cf2287f2bae88e8730f00569778.tar.gz
rails-1fecebae31029cf2287f2bae88e8730f00569778.tar.bz2
rails-1fecebae31029cf2287f2bae88e8730f00569778.zip
Allow `column_exists?` to be passed `type` argument as a string
Currently `conn.column_exists?("testings", "created_at", "datetime")` returns false even if the table has the `created_at` column. That reason is that `column.type` is a symbol but passed `type` is not normalized to symbol unlike `column_name`, it is surprising behavior to me. I've improved that to normalize a value before comparison.
Diffstat (limited to 'tasks')
0 files changed, 0 insertions, 0 deletions