IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2005, 3:45:09 PM (21 years ago)
Author:
evanalst
Message:

Update psDBDumpCols to place column of strings into an array.

File:
1 edited

Legend:

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

    r4342 r4371  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.30 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-06-22 02:05:41 $
     14 *  @version $Revision: 1.31 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-06-24 01:45:09 $
    1616 *
    1717 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    675675            // PS_META_UNKNOWN -> PS_META_ARRAY ?
    676676            column = psDBSelectColumn(dbh, tableName, field[i].name, 0);
    677             psMetadataAddStr(table, 0, field[i].name, "", column);
     677            psMetadataAddArray(table, 0, field[i].name, "", column);
     678            //            psMetadataAddStr(table, 0, field[i].name, "", column);
    678679            psFree(column);
    679680        } else {
Note: See TracChangeset for help on using the changeset viewer.