IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2005, 6:30:50 PM (21 years ago)
Author:
jhoblitt
Message:

change from table_name -> namespace where appropriate
change from table_name -> [foo]_TABLE_NAME where appropriate

File:
1 edited

Legend:

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

    r3581 r3865  
    1 bool [% table_name %]Insert(psDB * dbh,
     1bool [% namespace %]Insert(psDB * dbh,
    22    [%- SET i = 0 -%]
    33    [%- FOREACH item = columns -%]
     
    2222        [%- i = i + 1 %]
    2323    [%- END %]
    24     status = psDBInsertOneRow(dbh, "[% table_name %]", row);
     24    status = psDBInsertOneRow(dbh, "[% namespace FILTER upper %]_TABLE_NAME", row);
    2525    psFree(row);
    2626
Note: See TracChangeset for help on using the changeset viewer.