Re: [sqlite] Suppress auto index

2008-01-09 Thread Kees Nuyt
On Wed, 9 Jan 2008 17:28:29 +0530, "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. You didn't post your schema, so I have to guess a bit. I think you mean SQLite creates an index with th

Re: [sqlite] Suppress auto index

2008-01-09 Thread drh
"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

[sqlite] Suppress auto index

2008-01-09 Thread Yuvaraj Athur Raghuvir
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? Thanks and Regards, Yuva