Page 1 of 1

v.0.6.11-CVS Posting New Entry

Posted: Tue Aug 17, 2004 4:17 pm
by gwr02
When I post a new entry it skips a number. I use MYSQL.

Re: v.0.6.11-CVS Posting New Entry

Posted: Tue Aug 17, 2004 5:12 pm
by garvinhicking
gwr02 wrote:When I post a new entry it skips a number. I use MYSQL.
Please explain what exactly is happening and what you expect

v.0.6.11-CVS Posting New Entry

Posted: Tue Aug 17, 2004 7:27 pm
by gwr02
I just noticed it only skips a number when I have deleted an entry.

If I make an entry #200 then delete it. Then make a new entry. The new entry is #201.

Or if I've deleted two entries it would be #202.

Even when I edit the database manually and change the id numbers in serendipityentries and entryid in serendipityentrycat the next entry I make still skips the deleted entries.

Re: v.0.6.11-CVS Posting New Entry

Posted: Tue Aug 17, 2004 9:35 pm
by garvinhicking
This is a common database issue. IDs are autoincremented by the database, assigning new IDs everytime. It's not a malfunction :)