Changeset 37748 for trunk/ippToPsps/jython/stackbatch.py
- Timestamp:
- Dec 14, 2014, 5:30:49 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/stackbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/stackbatch.py
r37592 r37748 955 955 (select @r:=0) r, StackObjectThin t) as foo using (objID) set \ 956 956 stackDetectRowID = ((" + str(self.batchID) + " << 32 ) + rownum), \ 957 uniquePspsSTid = ((" +str(self.batchID) "*1000000000 ) + rownum)";957 uniquePspsSTid = ((" +str(self.batchID)+ "*1000000000 ) + rownum)"; 958 958 try: self.scratchDb.execute(sql) 959 959 except:
Note:
See TracChangeset
for help on using the changeset viewer.
