IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 5, 2006, 2:16:35 PM (21 years ago)
Author:
jhoblitt
Message:

split global and per table data
forward port generated code to pslib 0.9.0

File:
1 edited

Legend:

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

    r4169 r5907  
    1313
    1414    // remove the table if it already exists
    15     p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS [% table_name %]");
    16     [% namespace %]CreateTable(dbh);
     15    p_psDBRunQuery(dbh, "DROP TABLE IF EXISTS [% table.name %]");
     16    [% table.namespace %]CreateTable(dbh);
    1717
    1818    psDBCleanup(dbh);
Note: See TracChangeset for help on using the changeset viewer.