IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 9, 2006, 11:55:54 AM (20 years ago)
Author:
jhoblitt
Message:

drop table.position auto index

File:
1 edited

Legend:

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

    r9414 r9419  
    3131#include "[% pkg_name %].h"
    3232
    33 #define [% pkg_name FILTER upper %]_DEFAULT_INDEX_NAME "position"
    3433[% FOREACH table = tables -%]
    3534#define [% table.namespace FILTER upper %]_TABLE_NAME "[% table.name %]"
    36 #define [% table.namespace FILTER upper %]_INDEX_NAME [% pkg_name FILTER upper %]_DEFAULT_INDEX_NAME
    3735[% END -%]
    3836#define MAX_STRING_LENGTH 1024
     
    5048[% INCLUDE insert.tt %]
    5149[% INCLUDE delete.tt -%]
    52 [% INCLUDE pop.tt %]
    5350[% INCLUDE insertobject.tt %]
    5451[% INCLUDE insertobjects.tt %]
    55 [% INCLUDE popobject.tt %]
    5652[% INCLUDE insertfits.tt %]
    57 [% INCLUDE popfits.tt %]
    5853[% INCLUDE selectrowsfits.tt %]
    5954[% INCLUDE metadatafromobject.tt %]
Note: See TracChangeset for help on using the changeset viewer.