IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 5, 2015, 5:09:21 PM (11 years ago)
Author:
heather
Message:

schema 21 / sas 39 ipptopsps - random now float/double, forced object column names changed to be less confusing

File:
1 edited

Legend:

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

    r38358 r38397  
    271271        sqlLine.group("ippDetectID",     "IPP_IDET")
    272272        sqlLine.group("diffDetMetaID",            str(diffSkyFileID));                                               
    273         sqlLine.group("randomDiffID",     "FLOOR(RAND("+str(self.batchID)+")*9223372036854775807)")                       
     273
     274#        sqlLine.group("randomDiffID",     "FLOOR(RAND("+str(self.batchID)+")*9223372036854775807)")                       
     275        sqlLine.group("randomDiffID",     "RAND("+str(self.batchID)+")")                       
    274276        sqlLine.group("filterID",        str(self.filterID[num]))                                       
    275277        sqlLine.group("surveyID",        str(self.surveyID))         
Note: See TracChangeset for help on using the changeset viewer.