Skip to content
  • yui-knk's avatar
    7429633b
    Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes` · 7429633b
    yui-knk authored
    Reported on #21509, how views is treated by `#tables` are differ
    by each adapters. To fix this different behavior, after Rails 5.0
    is released, deprecate `#tables`.
    
    And `#table_exists?` would check both tables and views.
    To make their behavior consistent with `#tables`, after Rails 5.0
    is released, deprecate `#table_exists?`.
    7429633b
    Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`
    yui-knk authored
    Reported on #21509, how views is treated by `#tables` are differ
    by each adapters. To fix this different behavior, after Rails 5.0
    is released, deprecate `#tables`.
    
    And `#table_exists?` would check both tables and views.
    To make their behavior consistent with `#tables`, after Rails 5.0
    is released, deprecate `#table_exists?`.
Loading