Execute the following SQL query and see the prettyprinted SQL SELECT * FROM sakila.film LIMIT 0, 50;
sakila
film
The pretty printed SQL is: SELECT * FROM sakila.film LIMIT 0, 30;
Should it be the pretty printed SQL, SELECT * FROM test.customers LIMIT 0 , 50
when execute the SQL SELECT * FROM sakila.film LIMIT 0, 50;
??
Yes.
I fix this bug. https://github.com/phpmyadmin/phpmyadmin/pull/163 only for several test cases. check more.
Fix from shamika was rejected.
I have fixed the bug and done a pull request https://github.com/phpmyadmin/phpmyadmin/pull/169
Fixed with https://github.com/phpmyadmin/phpmyadmin/pull/169
Should it be the pretty printed SQL,
SELECT *
FROM test.customers
LIMIT 0 , 50
when execute the SQL
SELECT * FROM sakila.film LIMIT 0, 50;
??
Yes.
I fix this bug.
https://github.com/phpmyadmin/phpmyadmin/pull/163
only for several test cases.
check more.
Fix from shamika was rejected.
I have fixed the bug and done a pull request
https://github.com/phpmyadmin/phpmyadmin/pull/169
Fixed with https://github.com/phpmyadmin/phpmyadmin/pull/169