Project

General

Profile

« Previous | Next » 

Revision 3479

sql_io.py: data_exception_handler(): Documented that the invalid value must be in a local variable of type text

View differences:

sql_io.py
42 42
    warning, and returning NULL.
43 43
    @param srcs The column names for the errors table
44 44
    @param errors_table None|sql_gen.Table
45
    @pre The invalid value must be in a local variable of type text.
45 46
    '''
46 47
    save_errors = errors_table != None and srcs
47 48
    handler = ''

Also available in: Unified diff