Re: auto_increment, is this a bug?? Where to report it?

2001-07-23 Thread david jarvis
That got me thinking...say you have a list of 500 people, and you delete the person with id 500 (The Person with the very last ID). Now, your ID's go up to 499. Now say someone else is added. Would they have an id of 500 or 501? For me it would be 500, which would create a security problem

Re: auto_increment, is this a bug?? Where to report it?

2001-07-23 Thread david jarvis
That got me thinking...say you have a list of 500 people, and you delete the person with id 500 (The Person with the very last ID). Now, your ID's go up to 499. Now say someone else is added. Would they have an id of 500 or 501? For me it would be 500, which would create a security problem, bu