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

    r38365 r38397  
    10441044
    10451045    def generateRandomIDs(self):
    1046         sql = "UPDATE StackObjectThin set randomStackObjID = FLOOR(RAND("+str(self.batchID)+")*9223372036854775807)"
     1046        sql = "UPDATE StackObjectThin set randomStackObjID = RAND("+str(self.batchID)+")"
    10471047        try: self.scratchDb.execute(sql)
    10481048        except:
Note: See TracChangeset for help on using the changeset viewer.