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/insert_c.tt

    r4326 r5907  
    1414    }
    1515
    16     if (![% namespace %]Insert(dbh,
     16    if (![% table.namespace %]Insert(dbh,
    1717[%- SET i = 0 -%]
    18 [%- FOREACH item = columns -%]
     18[%- FOREACH item = table.columns -%]
    1919[%- IF i == 0 -%][%- i = 1 -%][%- ELSE -%], [% END -%] [%- item.test -%]
    2020[%- END -%]
Note: See TracChangeset for help on using the changeset viewer.