Hi,
The query pretty printer sometimes does insert \n, but it doesn't insert [br]. See attached screenshot.
Screenshot
Logged In: YES user_id=30264 Originator: YES
http://xcc.demon.nl/temp/phpmyadmin.png
Logged In: YES user_id=210714 Originator: NO
This is intentional. phpMyAdmin's parser would have memory problems parsing such long strings.
It'd be nice to at least have the original formatting preserved.
Would adding a nl2br() to the displayed query be fine for you?
I think that'll work in this case, yes.
Done.
Screenshot
Logged In: YES
user_id=30264
Originator: YES
http://xcc.demon.nl/temp/phpmyadmin.png
Logged In: YES
user_id=210714
Originator: NO
This is intentional. phpMyAdmin's parser would have memory problems parsing such long strings.
Logged In: YES
user_id=30264
Originator: YES
It'd be nice to at least have the original formatting preserved.
Logged In: YES
user_id=210714
Originator: NO
Would adding a nl2br() to the displayed query be fine for you?
Logged In: YES
user_id=30264
Originator: YES
I think that'll work in this case, yes.
Logged In: YES
user_id=210714
Originator: NO
Done.