New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table options & Auto increment #15410
Comments
|
Sorry, but I don't see the issue here. You have two forms, each one specifies an AUTO_INCREMENT value. Don't you expect it to be used when you submit the form? |
|
I don't expect / want auto-increment to be updated when I only want to update the table comment or another option. One solution would be to only set auto-increment if the user actually changed it (store the old value in a hidden field). Note that auto-increment could easily be updated by some other concurrent process that's using the DB. |
|
@OlafvdSpek do you mean for example you open the page, someone increments the value and you save the comment. The good value would be lost. |
|
You're right ;) |
|
Can anyone elaborate this issue? What i understood is for example: So the change in 2nd tab will be lost? |
Changing the table description for example
The incrementation from first tab will be lost and replace by the value of the 2nd tab (bug !) |
|
Hey @williamdes I think the better solution would be to give a warning if the What do you think? |
|
Hey @yashrajbothra I do not agree Ex: If (AI value! = AI initial value) |
|
Okay this also seems good solution i will try to implement this 👍 |
Signed-off-by: Yash Bothra <yashrajbothra786@gmail.com>
Signed-off-by: William Desportes <williamdes@wdes.fr>
I'm not sure about the consequences but I don't think the reset is desirable.
The text was updated successfully, but these errors were encountered: