Project

General

Profile

« Previous | Next » 

Revision 2416

sql.py: put_table(): Removed limit and start params because they were never fully implemented, and because it's simpler to just have the caller subset their input table

View differences:

db_xml.py
185 185
    
186 186
    # Insert node
187 187
    db.log_debug('Putting columns: '+str(row))
188
    pkeys_loc = sql.put_table(db, out_table, in_tables, row, limit, start,
189
        row_ct_ref=row_ct_ref)
188
    pkeys_loc = sql.put_table(db, out_table, in_tables, row, row_ct_ref)
190 189
    if commit: db.db.commit()
191 190
    
192 191
    # Insert children with fkeys to parent

Also available in: Unified diff