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
Query builder doesn't work when selected column is * #14049
Comments
aswaniprakash
added a commit
to aswaniprakash/phpmyadmin
that referenced
this issue
Mar 13, 2018
Signed-off-by: aswani <aswani15prakash@gmail.com>
aswaniprakash
added a commit
to aswaniprakash/phpmyadmin
that referenced
this issue
Mar 13, 2018
Signed-off-by: aswani <aswani15prakash@gmail.com>
aswaniprakash
added a commit
to aswaniprakash/phpmyadmin
that referenced
this issue
Mar 13, 2018
Signed-off-by: aswani <aswani15prakash@gmail.com>
4 tasks
aswaniprakash
added a commit
to aswaniprakash/phpmyadmin
that referenced
this issue
Apr 6, 2018
Signed-off-by: Aswani Prakash <aswani15prakash@gmail.com>
aswaniprakash
added a commit
to aswaniprakash/phpmyadmin
that referenced
this issue
Apr 24, 2018
…ed column is * Signed-off-by: Aswani Prakash <aswani15prakash@gmail.com>
MauricioFauth
pushed a commit
that referenced
this issue
Apr 24, 2018
…is * Signed-off-by: Aswani Prakash <aswani15prakash@gmail.com> (cherry picked from commit 5f3f484) Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
MauricioFauth
added a commit
that referenced
this issue
Apr 24, 2018
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce
Expected behaviour
Query should be executed
Actual behaviour
Doesn't execute the query, query doesn't show up on the console.
Server configuration
Operating system:
Ubuntu 16.04 LTS
Web server:
Apache/2.4.29 (Unix)
Database:
mysqlnd 5.0.12-dev
PHP version:
7.1.14
phpMyAdmin version:
4.8.0-dev
Client configuration
Firefox 58.0.2
Edit
The following error is sent in the response.

I think the problem is with mysql as executing SELECT
test
.*
FROMtest
; in cli gives the same error, it converts the query into SELECT 'test.* FROM 'test'; which is not an existing column.The text was updated successfully, but these errors were encountered: