IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 14, 2014, 5:30:49 PM (12 years ago)
Author:
heather
Message:

diff batch progress (sas 37) - metadata is correct, diff detection is in but needs testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippToPsps/jython/stackbatch.py

    r37592 r37748  
    955955        (select @r:=0) r, StackObjectThin t) as foo using (objID) set \
    956956        stackDetectRowID = ((" + str(self.batchID) + " << 32 ) + rownum), \
    957         uniquePspsSTid = ((" +str(self.batchID) "*1000000000 ) + rownum)";
     957        uniquePspsSTid = ((" +str(self.batchID)+ "*1000000000 ) + rownum)";
    958958        try: self.scratchDb.execute(sql)
    959959        except:
Note: See TracChangeset for help on using the changeset viewer.