We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
LIKE and TINYINT in search not working properly
LIKE should not have a numerical constraint
TINYINT should have numerical constraints as INT
The text was updated successfully, but these errors were encountered:
Fix phpmyadmin#16424 - Numerical search in table and zoom
7843610
Signed-off-by: Saksham Gupta <shucon01@gmail.com> Fixes phpmyadmin#16667 Signed-off-by: Saksham Gupta <shucon01@gmail.com>
Add a ChangeLog entry for #16669, #16424 and #16667
25083c1
Signed-off-by: William Desportes <williamdes@wdes.fr>
4da866e
williamdes
Successfully merging a pull request may close this issue.
Describe the bug
LIKE and TINYINT in search not working properly
Screenshots
LIKE should not have a numerical constraint

TINYINT should have numerical constraints as INT

The text was updated successfully, but these errors were encountered: