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