Project

General

Profile

« Previous | Next » 

Revision 2074

db_xml.py: put_table(): Place pkeys in temp table

View differences:

lib/db_xml.py
162 162
    # Insert node
163 163
    sql.insert_select(db, out_table, row.keys(), *sql.mk_select(db,
164 164
        qual_name(in_table), row.values(), table_is_esc=True),
165
        returning=pkey_, embeddable=True, cacheable=False)
165
        returning=pkey_, into=out_table+'_pkeys')
166 166
    
167 167
    import sys; sys.stderr.write(str(node))
168 168
    if commit: db.db.commit()

Also available in: Unified diff