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/detectionbatch.py

    r38290 r38397  
    412412
    413413        sqlLine.group("ippDetectID",     "IPP_IDET")                                               
    414         sqlLine.group("randomDetID",     "FLOOR(RAND("+str(self.batchID)+")*9223372036854775807)")                       
     414#        sqlLine.group("randomDetID",     "FLOOR(RAND("+str(self.batchID)+")*9223372036854775807)")                       
     415        sqlLine.group("randomDetID",     "(RAND("+str(self.batchID)+")")                       
    415416        sqlLine.group("filterID",        str(self.filterID))                                       
    416417        sqlLine.group("surveyID",        str(self.surveyID))                                       
Note: See TracChangeset for help on using the changeset viewer.