Menu

#2726 (ok 3.1.3) missing space after BINARY used as cast

2.10.3
fixed
1
2013-06-11
2008-07-25
No

Reproduce it this way:

- open a database table
- hit the SQL button on the top bar
- enter a query like "SELECT * FROM `yourtable` WHERE binary 1"

In the result, in the "SQL query" box you get:

SELECT *
FROM `yourtable`
WHERE binary1
LIMIT 0 , 30

i.e.: a space is missing after binary

Discussion

  • Marc Delisle

    Marc Delisle - 2008-08-04
    • summary: missing space in sql query visualization --> missing space in sql query visualization (BINARY)
     
  • Marc Delisle

    Marc Delisle - 2009-01-18
    • assigned_to: nobody --> lem9
     
  • Marc Delisle

    Marc Delisle - 2009-01-18

    Fixed in subversion, thanks for reporting.

     
  • Marc Delisle

    Marc Delisle - 2009-01-18
    • priority: 5 --> 1
    • summary: missing space in sql query visualization (BINARY) --> (ok 3.1.3) missing space after BINARY used as cast
    • status: open --> open-fixed
     
  • Marc Delisle

    Marc Delisle - 2009-02-28
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

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