Ignore:
Timestamp:
07/26/18 20:05:33 (6 years ago)
Author:
tbretz
Message:
For good reasons, I do not allow NULL in an column, witout replacelement, non-finite values five more precise error messages.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/root2sql.cc

    r19084 r19089  
    245245        }
    246246
    247         if (str.str()=="nan" || str.str()=="-nan" || str.str()=="inf" || str.str()=="-inf")
    248             return "NULL";
     247        //if (str.str()=="nan" || str.str()=="-nan" || str.str()=="inf" || str.str()=="-inf")
     248        //    return "NULL";
    249249
    250250        return str.str();
Note: See TracChangeset for help on using the changeset viewer.