Project

General

Profile

« Previous | Next » 

Revision 70

Finished VegX-VegBank mapping and created VegBank joins of mappings to VegX

View differences:

db_xml.py
60 60
        row[parent_ptr] = parent_id
61 61
    
62 62
    # Insert node
63
    for try_num in range(2):
63
    for try_num in xrange(2):
64 64
        try:
65 65
            id_ = sql.get(db, table, row, pkey_, True, row_ct_ref)
66 66
            if store_ids: xml_dom.set_id(node, id_)

Also available in: Unified diff