poor handling of autoincrement

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
kaffeburk
Posts: 214
Joined: Mon 29 Jan 2007 08:03

poor handling of autoincrement

Post by kaffeburk » Sat 14 Apr 2007 03:05

When i add records i also manually have to handle the integer-primary-autoincrement columns. Just let the MYSQL do that....

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Mon 16 Apr 2007 06:12

We have already found and resolved this problem. We'll release new build of MySQL Developer Studio in a week.

dud
Posts: 2
Joined: Wed 13 Jun 2007 08:02

Post by dud » Wed 13 Jun 2007 08:11

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?

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Thu 14 Jun 2007 12:24

Version 2.0.31 does not have patch for auto increment fields. You need recent one.

dud
Posts: 2
Joined: Wed 13 Jun 2007 08:02

Post by dud » Thu 14 Jun 2007 13:09

Much better. Thanks.

Post Reply