Changeset 38397 for trunk/ippToPsps/jython/objectbatch.py
- Timestamp:
- Jun 5, 2015, 5:09:21 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/objectbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/objectbatch.py
r37935 r38397 364 364 sqlLine.group("ippObjID", "OBJ_ID + (CAT_ID << 32)") # NOTE: shift by 32 bits exactly 365 365 sqlLine.group("surveyID", "'" + str(self.surveyID) + "'") 366 sqlLine.group("randomID", " FLOOR(RAND("+str(self.batchID)+")*9223372036854775807)") # XXX where does this number come from??366 sqlLine.group("randomID", "RAND("+str(self.batchID)+")") # XXX where does this number come from?? 367 367 sqlLine.group("batchID", "'" + str(self.batchID) + "'") 368 368 sqlLine.group("dvoRegionID", "CAT_ID")
Note:
See TracChangeset
for help on using the changeset viewer.
