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

    r3597 r3865  
    1 bool [% table_name %]CreateTable(psDB *dbh) {
     1bool [% namespace %]CreateTable(psDB *dbh) {
    22    psMetadata          *md;
    33    bool                status;
     
    2020        [%- i = i + 1 %]
    2121    [%- END %]
    22     status = psDBCreateTable(dbh, "[% table_name %]", md);
     22    status = psDBCreateTable(dbh, "[% namespace FILTER upper %]_TABLE_NAME", md);
    2323    psFree(md);
    2424
Note: See TracChangeset for help on using the changeset viewer.