Skip to content

Commit

Permalink
fixed issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
daimor committed Nov 21, 2022
1 parent f7d77d7 commit 664732a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions sqlalchemy_iris/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1208,10 +1208,7 @@ def get_columns(self, connection, table_name, schema=None, **kw):
}
cols.append(cdict)

if cols:
return cols

return None
return cols

@reflection.cache
def get_view_names(self, connection, schema=None, **kw):
Expand Down

0 comments on commit 664732a

Please sign in to comment.