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/objectbatch.py

    r37592 r37748  
    9494        sql = "UPDATE ObjectThin join (select @r:=@r+1 rownum, objID from \
    9595        (select @r:=0) r, ObjectThin t) as foo using (objID) set \
    96         uniquePspsP2id = ((" +str(self.batchID) "*1000000000 ) + rownum)";
     96        uniquePspsOBid = ((" +str(self.batchID) +"*1000000000 ) + rownum)";
    9797        try: self.scratchDb.execute(sql)
    9898        except:
Note: See TracChangeset for help on using the changeset viewer.