Revision 3479
Added by Aaron Marcuse-Kubitza over 12 years ago
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
sql_io.py: data_exception_handler(): Documented that the invalid value must be in a local variable of type text