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
Edit/Copy/Delete links do not work with non-utf8 TEXT primary key #16777
Comments
|
Hi @eugen-ukraine |
shucon
added a commit
to shucon/phpmyadmin
that referenced
this issue
Apr 15, 2021
Signed-off-by: Saksham Gupta <shucon01@gmail.com>
shucon
added a commit
to shucon/phpmyadmin
that referenced
this issue
Apr 15, 2021
Signed-off-by: Saksham Gupta <shucon01@gmail.com> Fix condition Signed-off-by: Saksham Gupta <shucon01@gmail.com>
shucon
added a commit
to shucon/phpmyadmin
that referenced
this issue
Apr 15, 2021
Signed-off-by: Saksham Gupta <shucon01@gmail.com> Fix condition Signed-off-by: Saksham Gupta <shucon01@gmail.com> Fix condition Signed-off-by: Saksham Gupta <shucon01@gmail.com>
shucon
added a commit
to shucon/phpmyadmin
that referenced
this issue
Apr 15, 2021
Signed-off-by: Saksham Gupta <shucon01@gmail.com> Fix condition Signed-off-by: Saksham Gupta <shucon01@gmail.com> Fix condition Signed-off-by: Saksham Gupta <shucon01@gmail.com> Fix var Signed-off-by: Saksham Gupta <shucon01@gmail.com>
shucon
added a commit
to shucon/phpmyadmin
that referenced
this issue
Apr 15, 2021
Signed-off-by: Saksham Gupta <shucon01@gmail.com> Fix condition Signed-off-by: Saksham Gupta <shucon01@gmail.com> Fix condition Signed-off-by: Saksham Gupta <shucon01@gmail.com> Fix var Signed-off-by: Saksham Gupta <shucon01@gmail.com> Error condition fix Signed-off-by: Saksham Gupta <shucon01@gmail.com>
shucon
added a commit
to shucon/phpmyadmin
that referenced
this issue
Apr 15, 2021
Signed-off-by: Saksham Gupta <shucon01@gmail.com> Fix condition Signed-off-by: Saksham Gupta <shucon01@gmail.com> Fix condition Signed-off-by: Saksham Gupta <shucon01@gmail.com> Fix var Signed-off-by: Saksham Gupta <shucon01@gmail.com> Error condition fix Signed-off-by: Saksham Gupta <shucon01@gmail.com> Beautify Signed-off-by: Saksham Gupta <shucon01@gmail.com>
williamdes
added a commit
to shucon/phpmyadmin
that referenced
this issue
Apr 19, 2021
Signed-off-by: William Desportes <williamdes@wdes.fr>
williamdes
added a commit
that referenced
this issue
Apr 19, 2021
williamdes
added a commit
that referenced
this issue
Apr 19, 2021
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.
Describe the bug
Edit/Copy/Delete links in table browse mode do not work if primary key is of type TEXT and stored in non-utf8 charset.
To Reproduce
Steps to reproduce the behavior:
Go to Browse table tab, then click Edit button. Instead of edit form phpMyAdmin displays message
MySQL returned an empty result set (i.e. zero rows).:Generated query has a condition where value is converted to hex from utf8 representation of string:
As value in table is stored not in utf8, this condition fails to find the record.
Similar query is generated for Copy and Delete links.
Server configuration
The text was updated successfully, but these errors were encountered: