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
No quotes when field type is int #13326
Labels
Bug
A problem or regression with an existing feature
good first issue
has-pr
An issue that has a pull request pending that may fix this issue. The pull request may be incomplete
ui
Issues relating to the user interface
Projects
Milestone
Comments
|
@OlafvdSpek Why ? |
|
Because otherwise it's interpreted as a column name. |
|
Why was this closed? |
|
I think this isn't just an UI issue. Backend should also validate / quote. |
|
Can someone help me reproduce this error? |
|
@gurrrung First create a table with a int typeCREATE TABLE `test-13326` (
`abc` int(11) NOT NULL
) ENGINE=InnoDB;Go to "Search"Fill the field with a string and submit
Expected behaviorAdd quotes or forbid using non integer values |
beekalam
added a commit
to beekalam/phpmyadmin
that referenced
this issue
Oct 27, 2019
Signed-off-by: beekalam <beekalam@gmail.com>
This was referenced Jan 24, 2020
williamdes
added a commit
that referenced
this issue
Jan 24, 2020
Signed-off-by: William Desportes <williamdes@wdes.fr>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Bug
A problem or regression with an existing feature
good first issue
has-pr
An issue that has a pull request pending that may fix this issue. The pull request may be incomplete
ui
Issues relating to the user interface


https://demo.phpmyadmin.net/QA_4_9/tbl_select.php?db=sakila&table=actor
I think it should put quotes around test..
The text was updated successfully, but these errors were encountered: