You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
williamdes opened this issue
Feb 17, 2021
· 1 comment
Assignees
Labels
BugA problem or regression with an existing featurehas-prAn issue that has a pull request pending that may fix this issue. The pull request may be incompleteuiIssues relating to the user interface
There was 1 failure:
1) PhpMyAdmin\Tests\Selenium\Database\QueryByExampleTest::testQueryByExample
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'SELECT `test_table`.`id` AS `ID`, `test_table`.`val` AS `VAL`\n
-FROM `test_table`\n
+'FROM `test_table`\n
WHERE ((`test_table`.`id` > 1) AND (`test_table`.`val` < 6))\n
ORDER BY `test_table`.`val` ASC, `test_table`.`id` DESC'
/home/runner/work/phpmyadmin/phpmyadmin/test/selenium/Database/QueryByExampleTest.php:121
The text was updated successfully, but these errors were encountered:
williamdes
added
Bug
A problem or regression with an existing feature
ui
Issues relating to the user interface
labels
Feb 17, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
BugA problem or regression with an existing featurehas-prAn issue that has a pull request pending that may fix this issue. The pull request may be incompleteuiIssues relating to the user interface
Describe the bug
The query is wrong and the highlight is broken
To Reproduce
https://demo.phpmyadmin.net/QA_5_0/db_qbe.php?db=sakila&server=1
MariaDB
MySQL
Expected behavior
Like in MariaDB
Server configuration
Dev
It seems like on MySQL the checkbox does not auto-tick "show" the column
#16479 (comment)
The text was updated successfully, but these errors were encountered: