Menu

#3158 newline before table name alias

3.4.0
wont-fix
nobody
5
2013-06-11
2010-12-13
No

create table t1 (a int);
insert into t1 values (1);

Using the SQL tab with
select * from t1 t
yields the correct result row with number 1.
Using the SQL tab with
select * from t1
t
(note the newline before the table name alias t) results
in the server's phpMyAdmin start screen for phpMyAdmin 3.4.0-beta1 and 3.3.8.1,
and results in redisplaying the SQL tab for 2.11.11.1. The expected result row with number 1 is missing.

Discussion

  • Marc Delisle

    Marc Delisle - 2011-03-15

    In 3.4.0-beta4, this happens in the SQL query window but not from the SQL tab from the menu.

     
  • Marc Delisle

    Marc Delisle - 2011-12-29
    • status: open --> closed-wont-fix
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-wont-fix --> wont-fix