IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 6, 2015, 4:38:40 PM (11 years ago)
Author:
heather
Message:

shcema20 first

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/diffobjectbatch.py

    r37927 r38090  
    288288        sqlLine.group("ippObjID",        "OBJ_ID + (CAT_ID << 32)") # NOTE: shift by 32 bits exactly
    289289        sqlLine.group("surveyID",        "'" + str(self.surveyID) + "'")
    290         sqlLine.group("randomID",        "FLOOR(RAND("+str(self.batchID)+")*9223372036854775807)") # XXX where does this number come from??
     290        sqlLine.group("randomDiffObjID",        "FLOOR(RAND("+str(self.batchID)+")*9223372036854775807)") # XXX where does this number come from??
    291291        sqlLine.group("batchID",         "'" + str(self.batchID) + "'")
    292292        sqlLine.group("dvoRegionID",     "CAT_ID")
Note: See TracChangeset for help on using the changeset viewer.