|
From: Patrick M. <mo...@su...> - 2002-11-01 23:25:22
|
Hi Ben, when copying all bugtracker data into a new database (because of release switches) it was more than once confusing to me, why the bugtracker itself tries to create new datasets with an id of 1. Now I found out, that you use aditional *_seq tables to remember the id for the next dataset. Why? MySQL has a nice auto_increment feature, PostgreSQL has sequences and I'm sure oracle has sth. similar! ...and hey, great work. I was surprised what happend in the last months! |