IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 15, 2005, 2:33:32 PM (21 years ago)
Author:
jhoblitt
Message:

add limit param to psDBSelectRows()

File:
1 edited

Legend:

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

    r3224 r3234  
    113113        psMetadataAdd(md, 0, "color", PS_TYPE_PTR, PS_META_STR, NULL, "red");
    114114
    115         resultSet = psDBSelectRows(dbh, "horse", md);
     115        resultSet = psDBSelectRows(dbh, "horse", md, 0);
    116116        OK(resultSet, "psDBSelectRows()");
    117117
Note: See TracChangeset for help on using the changeset viewer.