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
Virtuality is not selected when editing generated column #14957
Comments
|
@linaspasv Can you elaborate testing instructions or provide screenshots? |
|
So I got a generated column on table and when I try on change it, the dropdown for virtuality is empty in edit page (it should have been selected as persistant in my case). Also, I have tested on the latest stable release and the same problem is there aswell. I hope it helps, let me know if you need more details. |
|
@linaspasv I was able to reproduce the issue and found that virtuality is missing but expression is prefilled. |
|
@bahl24 correct, the expression is here but virtuality option is not being selected from the dropdown. But when virtuality is not being pre-selected and you click on save, phpmyadmin alters column to a regular one. In my case, this led to accidental overwrite of a generated column. |
|
@linaspasv Which database server are you using, MySQL or MariaDB? |
|
@bahl24 I am using MariaDB 10.3 . I have not tested with MySQL. |
|
@linaspasv Kindly check |
|
@bahl24 I have tested the change and it works perfectly. Very good job, thanks! |
Signed-off-by: William Desportes <williamdes@wdes.fr>

When trying to edit a generated column, a correct virtuality option is not being picked from a dropdown. I have not tested other version but latest 5.0.0-dev is affected.
The text was updated successfully, but these errors were encountered: