IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35007


Ignore:
Timestamp:
Jan 22, 2013, 5:04:30 AM (13 years ago)
Author:
eugene
Message:

in parallel ingest, we cannot enforce uniqueness on the objID for dvoDetectionFull (enforce later)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/jython/scratchdb.py

    r34992 r35007  
    406406        except:
    407407            self.logger.error("Unable to create DVO detection database table")
    408         self.makeColumnUnique("dvoDetection", "objID")
     408
     409        # XXX EAM : for the parallel mode, dvoDetection requires duplicate objID values!
     410        # self.makeColumnUnique("dvoDetection", "objID")
    409411
    410412    '''
Note: See TracChangeset for help on using the changeset viewer.