- Timestamp:
- Apr 18, 2015, 6:27:41 AM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150405
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippToPsps/jython/diffobjectbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150405
- Property svn:mergeinfo changed
/trunk (added) merged: 38086-38091,38093,38095-38097,38102,38104-38105,38112,38114-38117,38124-38126,38128,38130-38134,38137,38144-38145
- Property svn:mergeinfo changed
-
branches/eam_branches/ipp-20150405/ippToPsps/jython/diffobjectbatch.py
r37927 r38152 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.
