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 SQL option on Export of rows from a table #16703
Comments
|
It's a big problem, please fix it quickly. |
We will do our best to fix it, from what I tested this bug exists in 5.0 versions and 4.9 versions. |
Hi @williamdes, I rollback to 5.0.4, the function is work. |
|
Working on it. 75397c9 is the first bad commit. |
Signed-off-by: Saksham Gupta <shucon01@gmail.com>
Signed-off-by: Saksham Gupta <shucon01@gmail.com> Add null fallback Signed-off-by: Saksham Gupta <shucon01@gmail.com>
|
Hi @idonda |
|
Hi @williamdes This fix will be included in the next stable version? thank you. |
🎉 |
Describe the bug
Exporting rows from a table is not possible in SQL format, because the SQL option is not present in the menu.
The problem only shows up if we want to export some rows and not the entire table.
It seems the same kind of problem we had with tables in this issue: #14775
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It is expected to be able to export in sql format a number of rows and not only the entire table.
Screenshots
If applicable, add screenshots to help explain your problem.
Server configuration
Client configuration
Additional context
This is working correctly in phpmyadmin 4.9.7
The text was updated successfully, but these errors were encountered: