IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 6, 2006, 6:46:10 PM (21 years ago)
Author:
jhoblitt
Message:

fix tests to work with per table data
minor pslib 0.9.0 compatibility fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/glueforge/templates/psdb/dbsetup_c.tt

    r5907 r5950  
    1313
    1414    // remove the table if it already exists
     15[% FOREACH table = tables -%]
    1516    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS [% table.name %]");
    1617    [% table.namespace %]CreateTable(dbh);
    1718
     19[% END -%]
    1820    psDBCleanup(dbh);
    1921
Note: See TracChangeset for help on using the changeset viewer.