IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 31, 2014, 2:34:33 PM (12 years ago)
Author:
eugene
Message:

add method getKeyFloat to generate a safe header float for sql; add some options to handle test data cases; StackModelFit* now basically works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20140717/ippToPsps/jython/mysql.py

    r37156 r37160  
    283283            #self.logger.warn("Index already in place on '" + column + "' for table '" + table + "'")
    284284
    285     def addPrimaryKeyWithIgnore(self, table, column)
     285    def addPrimaryKeyWithIgnore(self, table, column):
    286286        # note that in mysql versions later than 5.1, this fails
    287287        # unless the following is called first:
Note: See TracChangeset for help on using the changeset viewer.