"Yuvaraj Athur Raghuvir" <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> When I upload data from a file into a table, I see that SQLite creates an
> auto index table. Is it possible to instruct SQLite not to create any auto
> indices for the tables I create? If so, how?
> 

Any PRIMARY KEY (other than an INTEGER PRIMARY KEY) and any
UNIQUE constraint automatically generates an index.  This
cannot be suppressed.

--
D. Richard Hipp <[EMAIL PROTECTED]>


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to