Project

General

Profile

« Previous | Next » 

Revision 2134

sql.py: put_table(): Added support for putting just a window subset of the rows in the table. Removed "SELECT statement missing a WHERE, LIMIT, or OFFSET clause" warnings.

View differences:

db_xml.py
171 171
    
172 172
    # Insert node
173 173
    pkeys_loc = sql.put_table(db, esc_name(out_table), in_tables, row,
174
        row_ct_ref, table_is_esc=True)
174
        row_ct_ref=row_ct_ref, table_is_esc=True)
175 175
    
176 176
    if commit: db.db.commit()
177 177
    return pkeys_loc

Also available in: Unified diff