Changeset 34631 for trunk/ippToPsps/jython/detectionbatch.py
- Timestamp:
- Oct 31, 2012, 12:50:01 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/jython/detectionbatch.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/jython/detectionbatch.py
r34630 r34631 648 648 if not self.getIDsFromDVO(): return False 649 649 650 # dec is reserved in MySQL, so STILTS replaces if with dec_, which is not the name of 651 # the column in PSPS 652 self.scratchDb.execute("ALTER TABLE DetectionCalib CHANGE dec_ `dec` double") 653 654 655 650 656 return True 651 657
Note:
See TracChangeset
for help on using the changeset viewer.
