Changeset 33682
- Timestamp:
- Apr 3, 2012, 4:39:25 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/czardb.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/czardb.py
r33259 r33682 22 22 23 23 ''' 24 Updates a stage table with pending, processed, faults and label24 Updates a stage table with pending, processed, faults and config name 25 25 ''' 26 def insertStats(self, stage, label, batchType, pending, processed, faults):26 def insertStats(self, stage, config, batchType, pending, processed, faults): 27 27 28 28 sql = "INSERT INTO " + stage + " \ 29 29 (label, pending, processed, faults) \ 30 VALUES ('" + label+ "_" + batchType + "', \30 VALUES ('" + config + "_" + batchType + "', \ 31 31 " + str(pending) + ", \ 32 32 " + str(processed) + ", \
Note:
See TracChangeset
for help on using the changeset viewer.
