#4714 (ok 4.3.8) Forced ORDER BY for own sql statements
fixed
None
1
2015-01-24
2015-01-19
No
- browse a database table "example_table"
- click on a column of this table to order by that "data_field"
- phpmyadmin will execute "SELECT * FROM
example_table
ORDER BY data_field
DESC"
- now click on "SQL" to execute an own statement:
"SELECT * FROM example_table
"
- even though I do not want a specific order by, the old order by is forced by phpmyadmin:
"SELECT * FROM example_table
ORDER BY data_field
DESC"
- phpmyadmin should not force such saved settings on own statements in the console
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Hi,
I also think that PMA should not include previous statements when executing the next query in SQL console.
Should I try to fix it?
Rakesh,
please do.
Here is my Pull request : https://github.com/phpmyadmin/phpmyadmin/pull/1463
Please review.