Revision 5413
Added by Aaron Marcuse-Kubitza over 12 years ago
bin/tnrs_db | ||
---|---|---|
51 | 51 |
{'Name_submitted': 'identifyingtaxonomicname'}, sql_gen.filter_out)] |
52 | 52 |
# Has a concatenated name and not already linked to an accepted name |
53 | 53 |
conds = [('identifyingtaxonomicname', sql_gen.CompareCond(None, '!=')), |
54 |
('canon_taxonconcept_id', None)]
|
|
54 |
('canon_concept_id', None)] |
|
55 | 55 |
while True: |
56 | 56 |
# Fetch next set |
57 | 57 |
cur = sql.select(db, tables, ['identifyingtaxonomicname'], conds, |
Also available in: Unified diff
schemas/vegbien.sql: taxonconcept: Renamed canon_taxonconcept_id to canon_concept_id to shorten the name, which is used often