Closed faissaloux closed 2 days ago
To follow the pattern of the other parts of the query ordinal_position
should probably be upper cased and surrounded by "`" like this ORDER BY `ORDINAL_POSITION`
It probably also makes sense to add the sorting here as well to fix the order on the "Designer" https://github.com/phpmyadmin/phpmyadmin/blob/a192a5215f9fbba290e651f1eaed32d95e313278/src/Query/Generator.php#L172
It probably also makes sense to add the sorting here as well to fix the order on the "Designer"
I'll work on this on another PR after merging this one, thanks for mentioning it!
Are you still working on it? The change needs to be made on line 172 too and the tests need to be updated.
Are you still working on it? The change needs to be made on line 172 too and the tests need to be updated.
Yeah I'm on it, just got busy. I'll fix the Designer columns order too and the tests as soon as I find some time for it.
@MauricioFauth done!
Fixes #19558