Project

General

Profile

« Previous | Next » 

Revision 2719

sql.py: cast(): Documented that the value and error are inserted for each source column (hence the CROSS JOIN)

View differences:

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