Page 1 of 1
poor handling of autoincrement
Posted: Sat 14 Apr 2007 03:05
by kaffeburk
When i add records i also manually have to handle the integer-primary-autoincrement columns. Just let the MYSQL do that....
Posted: Mon 16 Apr 2007 06:12
by Duke
We have already found and resolved this problem. We'll release new build of MySQL Developer Studio in a week.
Posted: Wed 13 Jun 2007 08:11
by dud
i have to say that a problem with auto increment is more than serious.
Not only that i have to type it in manually with every new record in grid-based data editor, but it also allows me to delete unique identifier and type it back in although it has been deleted once before. This has created a lot of mess in my database.
My version is 2.0.31
Is there a fix for this?
Posted: Thu 14 Jun 2007 12:24
by Duke
Version 2.0.31 does not have patch for auto increment fields. You need recent one.
Posted: Thu 14 Jun 2007 13:09
by dud
Much better. Thanks.