- Timestamp:
- Aug 7, 2014, 6:29:46 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/ippToPsps/jython/stackbatch.py
r37200 r37201 381 381 382 382 # if we are going to add a key, do it here so it is useful 383 #self.scratchDb.createIndex(tablename, "objID")383 self.scratchDb.createIndex(tablename, "objID") 384 384 385 385 self.logger.infoPair("inserting filter dependent cmf items into", tablename) … … 684 684 685 685 # if we are going to add a key, do it here so it is useful 686 #self.scratchDb.createIndex(tablename, "objID")686 self.scratchDb.createIndex(tablename, "objID") 687 687 688 688 for filter in self.filters: … … 705 705 706 706 # if we are going to add a key, do it here so it is useful 707 #self.scratchDb.createIndex(tablename, "objID")707 self.scratchDb.createIndex(tablename, "objID") 708 708 709 709 for filter in self.filters: … … 825 825 sqlLine.group(field + "Std", field + "Std" + " * POW(10, 3.56 - 0.4* b.zp)") 826 826 sql = sqlLine.makeEquals("WHERE a.objID = b.objID AND a." + filter + "ippDetectID = b.ippDetectID") 827 self.logger.infoPair("sql",sql) 828 self.scratchDb.execute(sql) 827 829 828 830 '''
Note:
See TracChangeset
for help on using the changeset viewer.
