Skip to content

Commit 664732a

Browse files
committed
fixed issue #1
1 parent f7d77d7 commit 664732a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

sqlalchemy_iris/base.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1208,10 +1208,7 @@ def get_columns(self, connection, table_name, schema=None, **kw):
12081208
}
12091209
cols.append(cdict)
12101210

1211-
if cols:
1212-
return cols
1213-
1214-
return None
1211+
return cols
12151212

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

0 commit comments

Comments
 (0)