IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3621


Ignore:
Timestamp:
Mar 31, 2005, 6:20:31 PM (21 years ago)
Author:
jhoblitt
Message:

add database support for auto-incrementing

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/ChangeLogSDRS.tex

    r3620 r3621  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.79 2005-04-01 04:14:39 jhoblitt Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.80 2005-04-01 04:20:31 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    522522
    523523\item Restrictions on the use of \code{malloc}, \code{calloc}, \code{realloc}, and \code{free} should not be unintentional imposed on 3rd party code.
    524 \end{itemize}
     524\item Added database support for ``auto-incrementing''
     525\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r3620 r3621  
    1 %%% $Id: psLibSDRS.tex,v 1.193 2005-04-01 04:14:39 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.194 2005-04-01 04:20:31 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    42264226
    42274227Database indexes can be specified setting the \code{comment} field to
    4228 ``\code{Primary Key}'' or ``\code{Key}''.  Comment are otherwise
    4229 ignored.
     4228``\code{Primary Key}'' or ``\code{Key}''.  ``Auto-incrementing'' columns may be
     4229specified by setting the \code{comment} field to \code{AUTO_INCREMENT}.
     4230Indexes and auto-increments maybe be combined in the same \code{comment}.
     4231Comments are otherwise ignored.
    42304232
    42314233\begin{verbatim}
Note: See TracChangeset for help on using the changeset viewer.