Revision 2719
Added by Aaron Marcuse-Kubitza over 12 years ago
lib/sql.py | ||
---|---|---|
799 | 799 |
query += '''\ |
800 | 800 |
-- Save error in errors table. |
801 | 801 |
BEGIN |
802 |
-- Insert the value and error for *each* source column. |
|
802 | 803 |
INSERT INTO '''+errors_table.to_str(db)+''' |
803 | 804 |
("column", value, error) |
804 | 805 |
SELECT * |
Also available in: Unified diff
sql.py: cast(): Documented that the value and error are inserted for each source column (hence the CROSS JOIN)