• Y
    Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes` · 7429633b
    yui-knk 提交于
    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
sqlite3_adapter.rb 20.6 KB