Project

General

Profile

« Previous | Next » 

Revision 3413

sql_io.py: put_table(): Handle sql.InvalidValueExceptions by filtering the value out of all input columns. This will be useful for SQL functions that raise exceptions.

View differences:

sql_io.py
467 467
            log_exc(e)
468 468
            
469 469
            ignore_cond(e.cond, e)
470
        except sql.InvalidValueException, e:
471
            log_exc(e)
472
            
473
            for in_col in mapping.values(): ignore(in_col, e.value, e)
470 474
        except sql.DatabaseErrors, e:
471 475
            log_exc(e)
472 476
            

Also available in: Unified diff