IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10982


Ignore:
Timestamp:
Jan 8, 2007, 3:38:23 PM (19 years ago)
Author:
jhoblitt
Message:

add U8|16 & S8|16 to psDBGenerateCreateTableSQL()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/db/psDB.c

    r10964 r10982  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.125 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2007-01-08 21:52:32 $
     14 *  @version $Revision: 1.126 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2007-01-09 01:38:23 $
    1616 *
    1717 *  Copyright (C) 2005-2006  Joshua Hoblitt, University of Hawaii
     
    14791479    while ((item = psListGetAndIncrement(cursor))) {
    14801480        switch (item->type) {
     1481        case PS_DATA_U8:
     1482        case PS_DATA_U16:
    14811483        case PS_DATA_U32:
    14821484        case PS_DATA_U64:
     1485        case PS_DATA_S8:
     1486        case PS_DATA_S16:
    14831487        case PS_DATA_S32:
    14841488        case PS_DATA_S64:
Note: See TracChangeset for help on using the changeset viewer.