Changeset 31976
- Timestamp:
- Aug 2, 2011, 3:56:26 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/detectionbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r31974 r31976 537 537 imageID = self.scratchDb.getImageIDFromExternID(sourceID, externID) 538 538 self.logger.debug("Updating table '" + table + "' with DVO IDs using imageID = %d" % imageID) 539 sql = "UPDATE IGNORE " + table + " AS a, " + self.scratchDb.dvoDetection + " AS b SET \539 sql = "UPDATE IGNORE " + table + " AS a, " + self.scratchDb.dvoDetectionTable + " AS b SET \ 540 540 a.ippObjID = b.ippObjID, \ 541 541 a.detectID = b.detectID, \
Note:
See TracChangeset
for help on using the changeset viewer.
