Skip to content

Commit

Permalink
Merge branch 'master' of github.com:localytics/odbc_adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
kddnewton committed Feb 10, 2017
2 parents 621a7b0 + 6a47312 commit a89cd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/odbc_adapter/adapters/postgresql_odbc_adapter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def arel_visitor

# Filter for ODBCAdapter#tables
# Omits table from #tables if table_filter returns true
def table_filter(schema_name, table_type)
def table_filtered?(schema_name, table_type)
%w[information_schema pg_catalog].include?(schema_name) || table_type !~ /TABLE/i
end

Expand Down

0 comments on commit a89cd29

Please sign in to comment.