Menu

#3291 (ok 3.5) Order By in a query containing comment character

fixed
1
2013-06-11
2011-05-09
No

1 - I execute a simple query:
Select * from pma_column_info Where 1

2 - I comment the Where 1 statment an re-execute the query
Select * from pma_column_info #Where 1

3 - I change the order by click on the column name, and the query become like this
Select * from_pma_colum_info #Where 1 Order By db_name

4 - And again
Select * from_pma_colum_info #Where 1 Order By db_name ASC Order by table_name ASC ...

Discussion

  • Marc Delisle

    Marc Delisle - 2011-05-11

    Confirmed in 3.4.0.

     
  • Marc Delisle

    Marc Delisle - 2011-05-15
    • summary: Order By --> Order By in a query containing comment character
     
  • Madhura Jayaratne

    • assigned_to: nobody --> madhuracj
     
  • Madhura Jayaratne

    This bug was fixed in repository and will be part of a future release; thanks for reporting.

     
  • Madhura Jayaratne

    • priority: 5 --> 1
    • summary: Order By in a query containing comment character --> (ok 3.5) Order By in a query containing comment character
    • status: open --> open-fixed
     
  • Marc Delisle

    Marc Delisle - 2012-04-07
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

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