IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 26, 2013, 5:47:08 AM (13 years ago)
Author:
eugene
Message:

replace detection calib insert/update with select into / load

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/jython/stackbatch.py

    r35057 r35060  
    787787          b.expTime,       \
    788788          b.airMass,       \
    789           a.dataRelease    \
     789          " + str(self.config.dataRelease) + " \
    790790         FROM              \
    791791           StackDetection as a \
     
    799799        print "sql: ", sql
    800800        self.scratchDb.execute(sql)
    801         self.scratchDb.updateAllRows(tableName, "dataRelease", str(self.config.dataRelease))
     801
     802        ## XXX write this with the select/insert
     803        # self.scratchDb.updateAllRows(tableName, "dataRelease", str(self.config.dataRelease))
    802804
    803805    '''
Note: See TracChangeset for help on using the changeset viewer.