IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3245


Ignore:
Timestamp:
Feb 16, 2005, 2:36:11 PM (21 years ago)
Author:
jhoblitt
Message:

add DECIMAL to psDBGetSQLToPTypeTable()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/psdb/psDB.c

    r3244 r3245  
    88 *  @author Joshua Hoblitt
    99 *
    10  *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2005-02-16 21:43:35 $
     10 *  @version $Revision: 1.32 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-02-17 00:36:11 $
    1212 *
    1313 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    12581258            psHashAdd(lookupTable, value, key);
    12591259        }
     1260
     1261        // DECIMAL does not exist in the pType to SQL table
     1262        value = psDBIntToString((psU64)PS_TYPE_PTR);
     1263        psHashAdd(lookupTable, "DECIMAL", value);
     1264        psFree(value);
    12601265
    12611266        psFree(cursor);
Note: See TracChangeset for help on using the changeset viewer.