IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2007, 11:25:40 AM (19 years ago)
Author:
jhoblitt
Message:

add detRegisteredImfile table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/dettool.c

    r14269 r14270  
    69746974    }
    69756975
    6976     // XXX this is going in without checking that the det_id is valid.
    6977     // it seems like it be better to be using foreign key constraints rather
    6978     // then having to resort to a seperate query (and locking) to check that
    6979     // the det_id is valid
    6980     if (!detNormalizedImfileInsert(config->dbh,
     6976    if (!detRegisteredImfileInsert(config->dbh,
    69816977                                   (psS64)atoll(det_id),
    69826978                                   0,  // the iteration is fixed at 0
Note: See TracChangeset for help on using the changeset viewer.