We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea963da + 32918e5 commit df2f3d4Copy full SHA for df2f3d4
datajoint/utils.py
@@ -147,3 +147,5 @@ def parse_sql(filepath):
147
if line.endswith(delimiter):
148
yield " ".join(statement)
149
statement = []
150
+ if statement:
151
+ yield " ".join(statement)
0 commit comments