Project

General

Profile

« Previous | Next » 

Revision 3103

Moved error tracking from sql.py to sql_io.py

View differences:

bin/map
24 24
import profiling
25 25
import sql
26 26
import sql_gen
27
import sql_io
27 28
import streams
28 29
import strings
29 30
import term
......
323 324
                
324 325
                if n == None: # doing full import
325 326
                    log('Clearing errors table')
326
                    sql.truncate(in_db, sql.errors_table(in_db, table))
327
                    sql.truncate(in_db, sql_io.errors_table(in_db, table))
327 328
                
328 329
                # Strip XML functions not in the DB
329 330
                special_funcs = db_xml.put_table_special_funcs | rel_funcs

Also available in: Unified diff