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_h.tt

    r4196 r5907  
    88 */
    99
    10 bool [% namespace %]Insert(
     10bool [% table.namespace %]Insert(
    1111    psDB            *dbh,               ///< Database handle
    1212[%- SET i = 0 -%]
    13 [% FOREACH item = columns -%]
     13[% FOREACH item = table.columns -%]
    1414[% IF i == 0 %][% i = 1 %][% ELSE %],[% END %]
    1515[% IF item.type == "STR" -%]
Note: See TracChangeset for help on using the changeset viewer.