Revision 4437
Added by Aaron Marcuse-Kubitza about 12 years ago
db_xml.py | ||
---|---|---|
191 | 191 |
available |
192 | 192 |
''' |
193 | 193 |
in_table = sql_gen.as_Table(in_table) |
194 |
sql_io.mk_errors_table(db, in_table) |
|
194 | 195 |
in_table.set_srcs([in_table], overwrite=False) |
195 | 196 |
db.src = str(in_table) |
196 | 197 |
|
Also available in: Unified diff
db_xml.py: put_table(): Create errors table if it doesn't exist