- Timestamp:
- Jan 26, 2013, 5:47:08 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20121219/ippToPsps/jython/stackbatch.py
r35057 r35060 787 787 b.expTime, \ 788 788 b.airMass, \ 789 a.dataRelease\789 " + str(self.config.dataRelease) + " \ 790 790 FROM \ 791 791 StackDetection as a \ … … 799 799 print "sql: ", sql 800 800 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)) 802 804 803 805 '''
Note:
See TracChangeset
for help on using the changeset viewer.
