IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 18, 2014, 6:00:15 PM (12 years ago)
Author:
heather
Message:

st/ob/p2/df/do batches all work but have minimal problems in teh columns

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/objectbatch.py

    r37748 r37763  
    9898        except:
    9999            self.logger.errorPair('failed sql',sql)
    100             return
     100            raise
    101101       
    102102
     
    456456        cptTableName = self.scratchDb.getDbFriendlyTableName(self.region + ".cpt")
    457457        cpsTableName = self.scratchDb.getDbFriendlyTableName(self.region + ".cps")
    458         self.logger.infoPair("Populating MeanObject.objid and pspsUniqueOBid from ", "ObjectThin")
    459 
    460         sql = "INSERT INTO MeanObject ( objID, pspsUniqueOBid ) SELECT objID, pspsUniqueOBid FROM ObjectThin"
     458        self.logger.infoPair("Populating MeanObject.objid and uniquePspsOBid from ", "ObjectThin")
     459
     460        sql = "INSERT INTO MeanObject ( objID, uniquePspsOBid ) SELECT objID, uniquePspsOBid FROM ObjectThin"
    461461        try:
    462462            self.scratchDb.execute(sql)
Note: See TracChangeset for help on using the changeset viewer.