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
Error 'Please enter a valid number' when searching through a list of numerical values #16424
Comments
|
This is quite strange because it was fixed in 5.0.3 🤔 |
Will we have another 5.0 release? |
No, we'll move forward with 5.1 and close QA_5_0 in two weeks. |
Okay, then I will merge nothing more into QA_5_0. Was a fix for the same issue reported: #16077 |
|
Thanks, I'm back to 5.0.3: it works :) |
|
I was not able to reproduce this with 5.0.3+. |
|
This only can be reproduced if the user does change the field type after adding a value for example |
|
Affects also QA_5_0 (for the record) |
Signed-off-by: Saksham Gupta <shucon01@gmail.com>
Signed-off-by: Saksham Gupta <shucon01@gmail.com> Fixes phpmyadmin#16667 Signed-off-by: Saksham Gupta <shucon01@gmail.com>
Describe the bug
It is not possible to search for a numeric value in a comma-delimited list.
To Reproduce
Steps to reproduce the behavior:
Search in a column of type INT
Operator IN(...)
Values 4379,24541,7772
Error : Please enter a valid number
Expected behavior
in the previous versions, PMA selected the values present in the list
Screenshots
Server configuration
Client configuration
Additional context
The text was updated successfully, but these errors were encountered: