Changeset 38090 for trunk/ippToPsps/jython/diffobjectbatch.py
- Timestamp:
- Apr 6, 2015, 4:38:40 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/diffobjectbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/diffobjectbatch.py
r37927 r38090 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("random ID", "FLOOR(RAND("+str(self.batchID)+")*9223372036854775807)") # XXX where does this number come from??290 sqlLine.group("randomDiffObjID", "FLOOR(RAND("+str(self.batchID)+")*9223372036854775807)") # 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.
