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

    r7664 r9419  
    88    if (!rowSet) {
    99        return NULL;
    10     }
    11 
    12     // strip index column
    13     for (i = 0; i < rowSet->n; i++) {
    14         if (!psMetadataRemove((psMetadata *)(rowSet->data[i]), 0, [% table.namespace FILTER upper %]_INDEX_NAME)) {
    15             psError(PS_ERR_UNKNOWN, true, "failed to remove item %s", [% table.namespace FILTER upper %]_INDEX_NAME);
    16             psFree(rowSet);
    17             return false;
    18         }
    1910    }
    2011
Note: See TracChangeset for help on using the changeset viewer.