Skip to content
Snippets Groups Projects

v1.1.0

Merged jvfpw18 requested to merge v1.1.0 into master
3 files
+ 1085
17
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -112,7 +112,7 @@ def update_from_file(file_name, table, year, columns=None,
raise MissingTableError(table.name)
if columns is None:
columns = []
columns = [c.name for c in table.columns]
with ENGINE.connect() as connection:
trans = connection.begin()
Loading