- Timestamp:
- Jun 19, 2012, 5:24:19 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippToPsps/jython/czardb.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ippToPsps/jython/czardb.py
r33415 r34041 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.
