Changeset 35222
- Timestamp:
- Mar 3, 2013, 1:22:47 PM (13 years ago)
- Location:
- trunk/ippToPsps/jython
- Files:
-
- 3 edited
-
mysql.py (modified) (1 diff)
-
objectbatch.py (modified) (1 diff)
-
stackbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/mysql.py
r33787 r35222 84 84 connectionID = self.getLastConnectionID() 85 85 if connectionID == self.connectionID: 86 print "not killing connection: ", connectionID 86 87 self.logger.debug("NOT going to kill THIS connection ID") 87 88 return 88 89 89 90 sql = "KILL %d" % connectionID 90 self.execute(sql) 91 92 try: 93 self.execute(sql) 94 except: 95 print "failed to kill connection: ", connectionID 91 96 92 97 ''' -
trunk/ippToPsps/jython/objectbatch.py
r35174 r35222 54 54 55 55 try: 56 ## XX pass in the existing connection to scratchDb 56 57 self.dvoObjects = DvoObjects(self.logger, self.config, self.skychunk, self.ippToPspsDb, self.scratchDb.dbName) 57 58 except: -
trunk/ippToPsps/jython/stackbatch.py
r35171 r35222 846 846 #self.scratchDb.makeColumnUnique("StackDetection", "objID") 847 847 self.scratchDb.createIndex("StackDetection", "ippDetectID") 848 self.scratchDb.createIndex("StackDetection", "stackDetectID") 848 849 self.scratchDb.createIndex("StackApFlx", "ippDetectID") 849 850 self.scratchDb.createIndex("StackModelFit", "ippDetectID")
Note:
See TracChangeset
for help on using the changeset viewer.
