IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 14, 2005, 9:28:50 PM (21 years ago)
Author:
jhoblitt
Message:

add psDBDeleteRows()
add psDBGenerateDeleteRowSQL()

File:
1 edited

Legend:

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

    r3202 r3223  
    248248        OK(rowsAffected, "psDBUpdateRows()");
    249249    }
     250
     251    // psDBDeleteRows()
     252    OK(psDBDeleteRows(dbh, "yak", NULL), "psDBDeleteRows()");
    250253   
    251254    // cleanup other tests
Note: See TracChangeset for help on using the changeset viewer.