Re: [sqlite] Sequences In SQLite

2004-12-08 Thread Jeff Flowers
I want to apologize for not thinking of checking the FAQ. I didn't see what I was looking for in the documentation and totally forgot about the FAQ. Thanks, and again, sorry. -- Jeff Flowers

Re: [sqlite] Sequences In SQLite

2004-12-08 Thread Ulrik Petersen
> Is there anything like serial sequences in SQLite? What I want to do is > have a primary interger key that auto-increments as records are added to > a table. http://www.sqlite.org/faq.html#q1 http://www.catb.org/~esr/faqs/smart-questions.html Ulrik P.

Re: [sqlite] Sequences In SQLite

2004-12-08 Thread Jolan Luff
On Wed, Dec 08, 2004 at 04:40:02PM -0500, Jeff Flowers wrote: > Is there anything like serial sequences in SQLite? What I want to do is > have a primary interger key that auto-increments as records are added to > a table. does the first entry in the faq on the website not do what you want?